.. /Pester.bat
Star

Execute

Used as part of the Powershell pester


Paths:

Resources:
Acknowledgements:

Detection:

Execute

  1. Execute code using Pester. The third parameter can be anything. The fourth is the payload. Example here executes notepad

    Pester.bat [/help|?|-?|/?] "$null; notepad"
    Use case
    Proxy execution
    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1216
  2. Execute code using Pester. Example here executes calc.exe

    Pester.bat ;calc.exe
    Use case
    Proxy execution
    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1216
  3. Execute code using Pester. Example here executes calc.exe

    Pester.bat ;calc.exe
    Use case
    Proxy execution
    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1216