Skip to content

A Selenium-based tool, written in Python, for detecting authentication tokens

License

Notifications You must be signed in to change notification settings

bluesurfer/AuthTokens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

authtokens

authtokens is a Selenium-based tool, written in Python, for detecting authentication tokens.


What It Does

  1. Authenticates into given url(s);
  2. Collects cookies;
  3. Computes authentication token(s);

Usage Example

python detect_tokens.py -i http://example.com -u username -m mail@foo.com -n nickname

Requirements

Dependencies

  • selenium (>= 2.44)
  • beautifulsoup4 (>= 4.3.2)

License

authtokens is licensed under the MIT License.

References

  1. Calzavara, Stefano, et al. "Quite a mess in my cookie jar!: leveraging machine learning to protect web authentication." Proceedings of the 23rd international conference on World wide web. International World Wide Web Conferences Steering Committee, 2014.

About

A Selenium-based tool, written in Python, for detecting authentication tokens

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages