[RELEASE] Updated Phisher with input validation and killer backend! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    dejavu11's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [RELEASE] Updated Phisher with input validation and killer backend!

    *Updated* - Fixed a silly error with how ripway likes to handle XML - Changed files: logfile.php
    *Updated* - Fixed input validation, added login form.

    First and foremost I DID NOT CREATE THE ORIGINAL PHISHING SITE! I got the files I started with from this thread:

    http://www.mmowned.com/forums/wow-sc...sh-easily.html

    All credit on the HTML and a portion of the PHP goes to those that worked on this before me, all I've done is taken it and updated it a bit.

    1. Password Validation
    Don't get too excited, it doesn't check to make sure their password works. What it does it ensures that the password plays by blizzard's rules (8-16 characters, one number, one letter, can't be the same as the account name).



    I can't count the times I've seen people put in blatant wrong passwords on phishing sites and it just wastes time. This should also add some validity to people that are on the edge of if your site is a phishing site or not (they try asdf and it says no!).

    2. Better user tracking!
    Accounts are now properly tracked from the first page to the second using a key that's hidden as the LT variable (blizzard uses this). This means when they enter their username/password on the front page, and then another user comes along and enters a username/password before they fill out the second page, it won't matter.

    The PHP now matches the first username and password with the info properly.

    3. XML instead of flat text!
    The accounts are now stored via XML instead of a flat text file to make it easy for improvements later on (possibly a desktop application to go ahead and run against an account checker, or to integrate with an account checker, a phish tank, whatever).

    In addition the XML file is secured with a username/password to prevent direct viewing of it!

    4. Nicer log viewer!


    I went ahead and made up a nice mini-backend system using the ExtJS framework. This is secured with a username and password like everything else that matters and it makes keeping track of your accounts a lot easier.


    Commands:
    View Account Details: Double-Click the row
    Mark an account as valid: Single-Click the row and then click on the Mark as Valid button at the bottom.
    Delete an account (because it was fake or has expired): Single-Click the row and then click on the Mark as Invalid (DELETE) button at the bottom.



    Setup / Installation
    1. Download the files: Rapidshare Trafficshare
    2. EDIT THE CONFIG FILE (config.php) If you decide to ignore this, I don't really mind, your site just won't work. The reason this is there is to get you to change your username, password, and if you want the name of your logfile.

      If you do change the name of the logfile in config.php be sure to also rename logfile.php to the new filenname!
    3. Create a free hosting account that allows PHP (Welcome to Ripway.com - free file hosting, free music hosting, direct linking is popular)
    4. Upload the files to said host (I highly suggest FTP as the ExtJS framework adds a large number of files). If you don't know how to use FTP put a reply in this thread and I'll edit the guide to include a FTP how-to.
    5. Promote your phishing site (search for how to do this).
    6. Go to
      Code:
      http://www.yourdomain.com/admin.php
      Login with your username / password.



    Todo:
    • Code Cleanup
    • Desktop Application
    • Input validation on the details page.


    This probably still has some bugs in it, if it does I'm sorry, let me know and I'll fix them up ASAP.
    Last edited by dejavu11; 08-19-2008 at 09:29 PM. Reason: Bug fixing

    [RELEASE] Updated Phisher with input validation and killer backend!
  2. #2
    TheBluePanda's Avatar Contributor
    Reputation
    111
    Join Date
    Jun 2007
    Posts
    905
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Facking nice +2 Rep

  3. #3
    ~OddBall~'s Avatar Contributor
    Reputation
    207
    Join Date
    Jan 2008
    Posts
    1,156
    Thanks G/R
    4/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice! However it would be better if the layout was like the current blizzard page, pm me if you want an example of the phisher I use. +rep though.
    https://www.mmowned.com/forums/world-of-warcraft/guides/278302-selecting-bot-you.html - SELECTING THE BOT FOR YOU

    PHWOOOOAAAAAR - Parog was here. <3 <----Wtf's a Parog?

  4. #4
    WDSnav's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm I setup it up and tried to test it by entering in a bogus account and I got to the finished page and I am able to login to the admin page but it still has no account listed.

  5. #5
    dejavu11's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Drop me a PM with the url and admin username/password and I'll look at it (feel free to change the password before sending if you don't trust poor dejavu11).

  6. #6
    dejavu11's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hrm... looks like ripway may be acting funny with regular expressions. Checking it out.

  7. #7
    dejavu11's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WDSnav View Post
    Hmm I setup it up and tried to test it by entering in a bogus account and I got to the finished page and I am able to login to the admin page but it still has no account listed.
    Found the bug and fixed it. Reupload the new logfile.php from the new download and it should be working.

  8. #8
    Darksid's Avatar Member
    Reputation
    19
    Join Date
    Jun 2008
    Posts
    375
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i edited the config.php and it still says incorrect user/pass?

  9. #9
    Darksid's Avatar Member
    Reputation
    19
    Join Date
    Jun 2008
    Posts
    375
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a way you could incorporate a Auto Emailer i would be willing to pay for the @beta emails

  10. #10
    dejavu11's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Darksid View Post
    i edited the config.php and it still says incorrect user/pass?
    They should be case sensitive. That may be your problem.

    Originally Posted by Darksid View Post
    is there a way you could incorporate a Auto Emailer i would be willing to pay for the @beta emails
    What exactly are you looking to have the auto emailer do?

  11. #11
    tomoboi's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ideal thread

  12. #12
    Ji[M]'s Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont want to kill your awesome program but there's an error in your programming. Under your engine file, you have specified that the password has to have atleast 9 characters in your password. In WoW accounts, you're allowed to have 8 characters I believe, but could be mistaken, so I changed it from 9 to 8

    Hit me up with any questions/comments working with html/php/botting/etc.

  13. #13
    dejavu11's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by heyjim View Post
    I dont want to kill your awesome program but there's an error in your programming. Under your engine file, you have specified that the password has to have atleast 9 characters in your password. In WoW accounts, you're allowed to have 8 characters I believe, but could be mistaken, so I changed it from 9 to 8
    *eek* You're 100% right, will put a fix up in a few hours here. Thanks man!

  14. #14
    Ji[M]'s Avatar Active Member
    Reputation
    44
    Join Date
    Dec 2006
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    NP i love your program it works great. I was dissappointed cause i tried it myself and kept saying that the password was invalid. Then i looked in your code. +rep

    Hit me up with any questions/comments working with html/php/botting/etc.

  15. #15
    dejavu11's Avatar Contributor
    Reputation
    87
    Join Date
    Apr 2007
    Posts
    257
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah, next update should have a better backend with an online "phish tank" where you can record what is on the account / notes / etc... and it should be a bit more modular so it's easier to adapt to the other phishers out there.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 145
    Last Post: 09-20-2009, 03:41 AM
  2. Replies: 79
    Last Post: 07-20-2009, 12:11 PM
  3. Replies: 15
    Last Post: 01-14-2009, 12:05 PM
  4. [Release] Start with Season 1 and 1 Primal Mooncloth Bag
    By Sublimepwns_ in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 06-28-2008, 01:56 AM
  5. Updated Joana's 2.3.2 With Allakhazam Links And InGame!!!!
    By Mekks in forum World of Warcraft Guides
    Replies: 61
    Last Post: 03-24-2008, 04:53 AM
All times are GMT -5. The time now is 06:59 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