[Library] Blizzard Authenticator Emulator menu

Shout-Out

User Tag List

Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    Seifer's Avatar Site Donator
    Reputation
    129
    Join Date
    Apr 2007
    Posts
    270
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome release, good work.

    [Library] Blizzard Authenticator Emulator
  2. #17
    tantos's Avatar Active Member
    Reputation
    19
    Join Date
    Dec 2008
    Posts
    118
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice release as usual

  3. #18
    BlodyWarior's Avatar Contributor
    Reputation
    100
    Join Date
    Jan 2007
    Posts
    330
    Thanks G/R
    5/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    another awesome kynox release + rep from me

  4. #19
    Gash's Avatar Evil Elite Gash!
    Reputation
    341
    Join Date
    Apr 2007
    Posts
    677
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i has iPhone -> No need.

    awesome tho, +rep
    VAH.

  5. #20
    Maikash2's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gash
    i has iPhone
    I'm sorry.

    @kynox
    Very cool, good work.

  6. #21
    Gash's Avatar Evil Elite Gash!
    Reputation
    341
    Join Date
    Apr 2007
    Posts
    677
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maikash2 View Post
    I'm sorry.
    :yuck:

    nuff said :S
    VAH.

  7. #22
    thebigman's Avatar Contributor Reliable Trader
    CoreCoins Purchaser
    Reputation
    89
    Join Date
    Dec 2008
    Posts
    605
    Thanks G/R
    2/0
    Trade Feedback
    26 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    so WTF does this do.

  8. #23
    xknight's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sory but I am a little confused out here.

    Does this software allow having 2 authenticators for the same account?

    As Blizzard does not permit this situation It would be really cool if that was possible. In the case of 2 people using the same account...

  9. #24
    Kadookie's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome work Kynox, but I am not capable of reproducing the one-time-tokens of my iPhone mobile authenticator. I wonder how to find out the token string, which is passed to the constructor. I have disk access on my iPhone and searched in the Battle.net Authenticator application directory, but I didn't find this token string. Can you please give me a hint on how to find it out? I am using an EU version of the authenticator, if that matters.

    Thanks in advance.

  10. #25
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kadookie View Post
    Awesome work Kynox, but I am not capable of reproducing the one-time-tokens of my iPhone mobile authenticator. I wonder how to find out the token string, which is passed to the constructor. I have disk access on my iPhone and searched in the Battle.net Authenticator application directory, but I didn't find this token string. Can you please give me a hint on how to find it out? I am using an EU version of the authenticator, if that matters.

    Thanks in advance.
    Regarding the iPhone, i'm relying on a friend to delve through his iPod Touch for me, as i currently do not have one; so things will move slow on that front.

    What we've found so far, is that it uses the KeyChain, and that all the information is encrypted; i just need to find out what key is used, and then i can implement an Import function.

  11. #26
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1358
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kynox View Post
    Regarding the iPhone, i'm relying on a friend to delve through his iPod Touch for me, as i currently do not have one; so things will move slow on that front.

    What we've found so far, is that it uses the KeyChain, and that all the information is encrypted; i just need to find out what key is used, and then i can implement an Import function.

  12. #27
    _Mike's Avatar Contributor
    Reputation
    310
    Join Date
    Apr 2008
    Posts
    531
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using the serial and token extracted from my phone (java version, not iphone) this produces different keys than the official application.
    Just to make sure I'm using the right format for the token string; it's supposed to be a 320-bit number passed to the emulator library as a base-16 string, correct?

  13. #28
    kynox's Avatar Member
    Reputation
    830
    Join Date
    Dec 2006
    Posts
    888
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by _Mike View Post
    Using the serial and token extracted from my phone (java version, not iphone) this produces different keys than the official application.
    Just to make sure I'm using the right format for the token string; it's supposed to be a 320-bit number passed to the emulator library as a base-16 string, correct?
    Depends on what you're using. AuthTest? Library?

    If it's the authtest, it's simply a base64 encode of the raw bytes.

  14. #29
    _Mike's Avatar Contributor
    Reputation
    310
    Join Date
    Apr 2008
    Posts
    531
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ignore my last post, it was a weird visual studio bug..
    It was compiling a release binary even though I had it set to debug, so the debug exe that was being run by hitting F5 was outdated. Works fine now.
    Thanks for releasing this, very useful for creating an auto login app. Good work

  15. #30
    whitekidney's Avatar Donator
    Reputation
    143
    Join Date
    Mar 2007
    Posts
    1,061
    Thanks G/R
    2/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Um, any guide for us dumb****s on how to use it?
    Just compile and ?

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Source] Yet another Blizzard Authenticator emulator
    By Sednogmah in forum World of Warcraft Bots and Programs
    Replies: 83
    Last Post: 11-21-2022, 06:29 AM
  2. Blizzard Authenticator Emulator For A Mac
    By kigaro in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 09-06-2010, 04:55 PM
All times are GMT -5. The time now is 04:08 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search