timeauth: Python Time Based Authentication Attack Tool
Time Authentication Attack Tool
Python Time Based Authentication Attack Tool
Installation
git clone git@github.com:SakiiR/timeauth.git
[…]
> pip install ./timeauth/
Usage
Suppose that we have a listening tcp service on localhost:1337 waiting for password input. What if the code behind this TCP service has been done by a weird developer and checks your input char by char and sleeping each time it checks your char ( or do a BIG action on his server that takes some time ).
And the following backend password verification:
This package has been made to make exploitation of this kind of service faster by implementing a Single Class.
exemple:
Demo
Copyright (c) 2017 SakiiR
Source: https://github.com/SakiiR/