Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


Tutorial localhost.php filter_list
Author
Message
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

RE: localhost.php #2
This small script is good for large databases. I'm using for leaks...

Reply

RE: localhost.php #3
The site has been taken down...

Visit the list of tools:
http://privateloader.16mb.com/privateloa...il.com.txt

And more tool here
http://privateloader.16mb.com/electrify@sapo.pt.txt
(This post was last modified: 07-11-2017, 06:51 PM by hacxx.)

Reply







Users browsing this thread: 1 Guest(s)