Sunday, 13 June 2010

HOW TO BOMB SOMEONE'S EMAIL ACCOUNT






I've noticed a lot of people look for email bombing programs. I wont say anymore than found any luck with that ? If you get this method dialled though it only takes 5 to 10 minutes to do yourself. It's a simple php script. A do while loop that sends anything up to 50,000 emails.

We'll start from the beginning. Into your browsers URL type : www.000webhost.com. This will take you a free web hosting website. The reason I pick this webhosting site is because it's relatively easy to set up a dummy account.

Click on the tab "ORDER NOW" as seen below :






You'll now see a new page open were it asks for personal details. My advice here is give all fake ones. Here's an example :







Now you've filled out the form with your ficticious details, click on "Create My Account". You should see something like the following :





This is your web domain being built. I usually find it takes up to 5 mins max, so go stick the kettle on if you want.

Once your domain has been built, enter your control panel by clicking on :





In the new page that opens up click on "File Manager" :




Click on "public html directory" as show below :






This is the stage were we now create our php loop. Click on "New File" :


The php code for bombing is :






In "Victim E-Mail" replace this with the email you want to bomb. In this example I'm using my own email address "k.4v@live.com". In "subject" replace this with the subject of your email i.e "bomb". In "From Email Can Be Fake", this is were you input a completely ficticious email i.e. "bill gates@live.com". Once you inputed the php above, save it :





Click on the back arrow to go back to your root directory. To execute our index.php script, simply type the URL of your web domain into the address bar i.e.





Hit Enter and your php bombing loop will do it's thing. The length of time before your account get shuts down varies. Although the good thing about this method I've showed you is that it's quick to just open up another account.

While your bombing script is running it should look like this :





Once your account has been shutdown you'll see a blank page. I hope this has been helpful for whatever purposes. Although I genuinely can't see a legitimate purpose you'd have for doing this lol. Here's the results of my index.php script :



7 comments:

  1. Hi, I came across this article when I was trying to find ways to bomb my client's email account. I worked online for a project and the only contact I have is the email address. So I'm trying to bomb his email in a desperate hope to get my money. I've followed your instructions and used my email address and put 10 instead of 50000 for a test but it doesn't seem to work. Can you take a look at http://paymenow.host56.com/1 and let me know what I've done wrong? Thank you so much for your tutorial and for your help.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete


  3. Hi There!
    You’re in,

    You’re all set to make Fliqin yours. Get started with these new social network.
    That gives people power to connect and makes the world more open and connected

    Explore now
    www.fliqin.com

    Meet fun new people on Fliqin, Chat, Share, Blog
    Fliqin social utility lets you interact and chat with people the world, friends family, study group and workmates, connect with events, blog about places, upload videos, music, create follow page, text & video chat. Fliqin gives people the power to share and makes the world more open and connected.


    Customize your profile
    A full-screen, hi-res canvas for everything that makes you, you. Add a bio, pick a profile song, and curate your top 8.

    Get connected
    Stay up on the latest from artists, bands, like pages, or friends. Simply connect with their profiles and be in the know.

    Unlimited Music
    Lose yourself in the world’s largest library of digital music. Find the tracks you love and discover new favorites anytime, on demand.

    Discover the top latest
    A continuous stream of today’s top trends and tomorrow's next big thing.

    Make your mix
    Express yourself in entirely new ways with the things that matter to you: music, videos, photos, words, and more.

    Take a tour
    Ready to get started? Learn what else Fliqin has to offer with a quick tour.


    Fliqin, Inc. © 2013 All Right Reserved

    www.fliqin.com

    ReplyDelete
  4. This comment has been removed by the author.

    ReplyDelete
  5. This does not work on 000WebHost as the PHP script uses namespaces and the PHP version that 000WebHost runs (5.2.17) Does not support this. So this article is not worth reading unless you have the right PHP version. You can find this by creating a php page with the following code:

    < ? php
    phpinfo()

    ? >

    ReplyDelete