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 :
|
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 :
|
PHP bombing scriptphp bombing script. Simply copy and paste the following code into the text editor that has opened up :<?php
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 :
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 : |
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 :
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 : |
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 ...
Comments
Post a Comment