.. /te.exe
Star

Execute (DLL, Custom Format)

Testing tool included with Microsoft Test Authoring and Execution Framework (TAEF).


Paths:

Resources:
Acknowledgements:

Detection:

Execute

  1. Run COM Scriptlets (e.g. VBScript) by calling a Windows Script Component (WSC) file.

    te.exe bypass.wsc
    Use case
    Execute Visual Basic script stored in local Windows Script Component file.
    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1127
  2. Execute commands from a DLL file with Test Authoring and Execution Framework (TAEF) tests. See resources section for required structures.

    te.exe test.dll
    Use case
    Execute DLL file.
    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1127
    Tags
    Execute: DLL
    This LOLBAS executes Dynamic-Link Libraries (DLLs).
    Input: Custom Format
    This LOLBAS expects the input file to follow a set structure; check the description and linked resources for more details.