Skip to main content

Email Bombing Attack

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-directorypublic 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" if you want to try on email try on this  this is my hater email id "info@vyasvideos.com" 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
www.promohack.blogspot.com

source is  techpirates.noads.biz/
Thank you

Comments

Popular posts from this blog

How To Bypass Surveys By using JavaScript

Every day we  need  to complete the  surveys , to get the needed file.These surveys are very irritative and very rare of them gets ended without giving needed the link, or asks for money,Email,Phone. By  seeing  this i am posting the simple method  method  to bypass these annoying surveys without wasting time and money. 1) First copy the given  java code from this site  http://pastebin.com/MJKzU5zR 2) then Make a Bookmark with name "Bypass_survey" and add url link as the javascript. 3)Now   goto  page that contains the  Survey  and Press that Bookmark. 4)OOhhhh Fre_______.... :o the Survey is Bypassed. Thank you dare to comment

Hack Gmail Password By Phishing Method

Know about  phishing 1. First of all download the Gmail Phisher. Download 2. Extract the rar file now you will get three files as given below:       gmail.html       log.txt       mail.php 3. Upload all the Three files to any of the free Web hosting server. By sining up www.yourfreehosting.net www.esmartstart.com www.110mb.com www.drivehq.com www.t35.com 4.  Once  you have uploaded all the three files to web hosting server now you have to send these to your victim. This is the most important step regarding smart phishing technique. The best hack is Send him mail from  Gmail  Admin such that "We have seen illegal activity from your account and you need to verify your account and your account is  temporarily  disabled after this login. To unlock your account Verify your Email and in that link put your Phish link. 5. Now After sending phisher to victim, once the  user  logs in to his Gmail account using your Phisher, his user ID and password are

Trick your webpage with different method

Trick your webpage A simple text file edit makes sites redirect to another. When you type address in address bar in any browser and enter it then it will display another web page, for example:- when you type Google.com you will be redirected to yahoo.com Instructions to do: 1) Go to this directory [c:\windows\system32\drivers\etc], directory may change according to drive used for os installation 2) then hit enter 3) find a file named "hosts" 4) Right click on it and open with word pad. 5) In the last link of the document type the IP* address of yahoo space www.Google.com (Vice versa for other sites) 6) now save it 7) restart the browser if its already running 8) Now try it, It works perfect IP*: to find IP address of that website Goto start ->Run > type cmd > enter. Now you have a new window on desktop. On that type this without cotes "ping www. yahoo.com" replace yahoo.com with your preferred site and then enter it