Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset='utf-8' />
- <meta http-equiv='refresh content=5'>
- <title>DefacerID Mass Submit</title>
- <meta content='DefacerID Mass Submit' name='description'/>
- <meta content='K4MVR3T717 a.k.a Al-Hikam Xploit' name='author'/>
- </head>
- <style>
- textarea {border: 1px solid black;width: 500px;height: 244px;background: transparent;color: #000000;font-family: 'Ubuntu';font-size: 13px;}
- </style>
- <body bgcolor="white">
- <center>
- <hr color="black" style="width:44%">
- <img title="DefacerID Mass Submit" src="https://www.defacer.id/logo.png"/><br>
- <font color="black"><b>K4MVR3T717 © DefacerID Mass Submit</b>
- <hr color="black" style="width:33%">
- <form method="post" action="" enctype="multipart/form-data"><br>
- <font color="red">-[ <font color="black">Attacker<font color="red"> ]-</font><br>
- </font><input type="text" name="niknem" style="width:25%" value=""><br>
- <font color="red">-[ <font color="black">Team<font color="red"> ]-</font><br>
- </font><input type="text" name="tim" style="width:25%" value="">
- <br>
- <font color="red">-[ <font color="black">Website<font color="red"> ]-</font><br>
- <textarea placeholder="https://www.localhost.site/ ....." name="webset"></textarea>
- <br>
- <input type="submit" name="go" value="Submit">
- </form>
- </center>
- <?php
- $webset = explode("\r\n", $_POST['webset']);
- $go = $_POST['go'];
- $hekel = $_POST['niknem'];
- $crew = $_POST['tim'];
- if($go) {
- foreach($site as $webset) {
- $list = $webset;
- $form_url = "https://defacer.id/notify";
- $data_to_post = array();
- $data_to_post['attacker'] = "$niknem";
- $data_to_post['team'] = "$tim";
- $data_to_post['poc'] = 'SQL Injection';
- $data_to_post['url'] = "$list";
- $curl = curl_init();
- curl_setopt($curl,CURLOPT_URL, $form_url);
- curl_setopt($curl,CURLOPT_POST, sizeof($data_to_post));
- curl_setopt($curl, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)"); //msnbot/1.0 (+http://search.msn.com/msnbot.htm)
- curl_setopt($curl,CURLOPT_POSTFIELDS, $data_to_post);
- curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
- curl_setopt($curl, CURLOPT_REFERER, 'https://defacer.id/notify.html');
- $result = curl_exec($curl);
- echo $result;
- curl_close($curl);
- echo "<br>";
- }
- }
- ?>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment