GithubHelp home page GithubHelp logo

winauth's People

Watchers

James Cloos avatar

winauth's Issues

auto join issue

the auto join doesnt work in windows authenticator, he lost some first digits 

Original issue reported on code.google.com by [email protected] on 22 Sep 2010 at 1:23

The initialization procedure is vulnerable to a MITM attack.

This is actually a major flaw with the original Blizzard Java version as well 
(have not checked the iPhone version due to time constraints).  Since they 
decided to ignore the reasonable disclosure notice, I see fit to publicly 
disclose the vulnerability.

Description: 
https://docs.google.com/document/edit?id=1pf-YCgUnxR4duE8tr-xulE3rJ1Hw-Bm5aMk5tN
OGU3E&hl=en
Proof of concept: 
https://docs.google.com/document/edit?id=1pf-YCgUnxR4duE8tr-xulE3rJ1Hw-Bm5aMk5tN
OGU3E&hl=en

The proof of concept code will not work vs your C# application due to a 
different PRNG than java.util.Random, but since the algorithm they use is 
fairly easy to reproduce extending the code is trivial (Google yields "The 
current implementation of the Random class is based on Donald E. Knuth's 
subtractive random number generator algorithm." per MSDN).  I would recommend 
patching the vulnerability.

The trivial solution: Use System.Security.Cryptography.RNGCryptoServiceProvider 
instead of Random in Authenticator.CreateInitializationRandom()
Other things that you *should* do: Randomize the model number to armor the 
Initialization Request.

Best regards.

Original issue reported on code.google.com by [email protected] on 20 Sep 2010 at 5:37

Lack of connection between the Windows and Mobile version

I fear I shall be bashed, but I ran both the mobile version as well as the 
desktop version version of your authenticator, and I find it odd that one 
cannot use both at the same time for one account, as it appears to be 
impossible to copy the settings from one to the other.

The mobile version can only import old Java settings, while the desktop version 
can't export to such a format. If all the information it provides (via the 
unencrypted XML file) are enough to create such a .db file for the mobile 
version, it is still unclear what kind of structure this file should have.

...please don't bash me -.- ...


Original issue reported on code.google.com by [email protected] on 5 Oct 2010 at 10:27

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.