How to bomb an email account using php code

How to bomb an email account


GCS PRO CRACK IFRAME DDOS ATTACK MSN FREEZER GUESTBOOK HACKING A WEP NETWORK


The above information has it uses. I'll let you decide what you want to do with it. A problem I've noticed inherent in bombing an email account, is that the majority of your emails will be sent into the victims junk box. You may now be thinking well what's the point then?. Trust me though, if you're trying to get a message across to someone, they'll notice the addition of 1000 + emails a day in their junk box. This isn't your ordinary load of junk mails. You can combine the php email bombing script along with other forms of attack too. I once had someone frozen out of all their IM (instant messenger accounts). While they were frozen out of their accounts, I was repeatedly bombing the persons email accounts. I got my message across.




Bombing an email account

In this tutorial I'll show you how to bomb an email account using php. It's not a difficult thing to do. You don't even need any programming skills. Although I will say that to accomplish anything substantial, you need to have a knowledge of coding. For anyone interested in becoming a real hacker, I would suggest the enigma group website. On this website you go through a series of missions, aimed at developing your logical thinking and programming skills. If you come up against a mission you can't pass, it only means you're not at that learning curve yet. Plus it's a legal enviroment to practice hacking skills. Although it's without doubt, that if you want to get any good, you will at some point have to break the law.


Setting up your own web domain

The first step we have to take is setting up your web domain. I'll be a bit cheeky here and suggest a good webhosting site to you. On the image you see below, click on the order now tab :


image map link to http://000webhost.com/


Your browser will now navigate to the form page of 000webhost.com. I reccomend this web hosting site because email activation for you account isn't required. In this form page I suggest you provide all fake details. Click on the thumbnail image below to see the details I inputed into this form :


screenshot of form page


Notice that I have provided all fake details. Click on the Create my account submit button at the bottom of the page. A new page should now load, with details of build status on your domain :


screenshot of domain build


Notice in the above screenshot that my domain bomberman.comli.com will be built in 1 minute.


Navigate to the text editor

After your domain has been built you will be taken to the account details overview page. Click on Enter Control Panel :


screenshot


In the new page that loads, double click on file manager as shown below :


screenshot


You will now be prompted to enter your password again. Once you have entered your password you will be directed to the file manager. Go the sub-directory public html by clicking on it :


screenshot


Now click on new file as shown below :


screenshot


PHP bombing script


Now this is were we create our php bombing script. Simply copy and paste the following code into the text editor that has opened up :


<?php
$mail = 1;
do {
   mail ("Victim E-Mail", "subject", "message", "From Email Can Be Fake");
}   while($mail < 50000);
?>

In the above script, replace "Victim E-Mail" with the email of the person you intend to wreak havoc on. Replace "subject" with what you want the subject of your mail to be. With "message" replace this with what you want your email message to be (the actual content or body of the email), and with "From Email Can Be Fake", replace this with a fictitious email of your choosing.

Double click on the thumbnail image below to see a screenshot of the code I entered into the text editor. I used my own email address in the script, for the purpose of taking a screenshot of my inbox :


screenshot thumbnail image


Once you've inputed the php code, save the document as index.php, enter this file name into the field at the top (as shown in the below screenshot). Click on the small disk icon to save the document, then click on the blue arrow to navigate back :


screenshot


Executing our email bombing script

This is were it all comes together, were we execute our little script. This is very easy to do, simply type the URL of your webdomain into your browsers address bar. Pour example :


screenshot image


Once you've entered the URL of your domain into your address bar, hit Enter.. You will see the following while you're script is being executed :


screenshot image


Your script will run as long as it takes for your domain to be closed down. The script basically runs on a do while loop. So you can send anything up to 50,000 emails to someone. Lets have a look at the damage done to my email account. The email account I used to bomb was my own. Click on the thumbnail image below to see a small section of my inbox :


screenshot thumbnail


Free Web Hosting