mirror of https://github.com/hak5/omg-payloads.git
a3a9cce3ff
SHELL_TRIGGER is an payload which triggers commands/scripts on shell execution on target’s system OR triggers commands/scripts when target executes terminal emulator. |
||
---|---|---|
.. | ||
README.md | ||
payload.txt |
README.md
About:
Title: SHELL_TRIGGER
Description: SHELL_TRIGGER is an payload which triggers commands/scripts on shell execution on target's system OR triggers commands/scripts when target executes terminal emulator.
AUTHOR: drapl0n
Version: 1.0
Category: Execution.
Target: Unix-like operating systems.
Attackmodes: HID
SHELL_TRIGGER: SHELL_TRIGGER is payload which triggers commands/scripts on shell execution on target's system OR triggers commands/scripts when target executes terminal emulator.
Workflow:
- Executing Terminal Emulator.
- Prevent storing history.
- Storing script in target's system.
- Granting execution privilege.
- Executing script in background.
Changes to be made:
- Replace command on line
15
inpayload.txt
with command/script you want your target to execute on shell execution.