Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 430 Vote(s) - 3.45 Average
  • 1
  • 2
  • 3
  • 4
  • 5
localhost.php

#1
PHP Code:
<?php
function FuckOffCloudFair($url) {

   
$ch curl_init();
   
curl_setopt($ch,CURLOPT_USERAGENT,'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13');
   
curl_setopt($chCURLOPT_COOKIEJAR'./cookies.txt');
   
curl_setopt($chCURLOPT_COOKIEFILE'./cookies.txt');
   
curl_setopt($chCURLOPT_SSL_VERIFYPEERFALSE);
   
curl_setopt($chCURLOPT_HEADERfalse);
   
curl_setopt($chCURLOPT_FOLLOWLOCATIONtrue);
   
curl_setopt($chCURLOPT_URL$url);
   
curl_setopt($chCURLOPT_REFERER$url);
   
curl_setopt($chCURLOPT_RETURNTRANSFERTRUE);
   
$result curl_exec($ch);
   
curl_close($ch);
   return 
$result;
}


               
$html FuckOffCloudFair('http://127.0.0.1:81'); 
    
$pattern '/[a-z0-9_\-\+]+@[a-z0-9\-]+\.([a-z]{2,3})(?:\.[a-z]{2})?/i';
preg_match_all($pattern$html$matches);
foreach(
$matches[0] as $emailaddress){
$message "Hi, your email has been exposed online. \n\nThis include your email but also contains passwords. \n\nMore related information can be found at http://hacxx.dx.am";
mail($emailaddress'Did you know that your email is exposed?'$message);
print 
"Sent email to " $emailaddress "<BR>";
}
?>
Reply

#2
This small script is good for large databases. I'm using for leaks...
Reply

#3
The site has been taken down...

Visit the list of tools:

[To see links please register here]


And more tool here

[To see links please register here]

Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through