Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 398 Bytes

TimeAttack

Time-based attack on passwords (https://en.wikipedia.org/wiki/Timing_attack)

Usage:
python timing.py login_url username
Example:
python timing.py http://example.com/login admin

Headers and body of POST request should be edited for particular case. Default:
Headers:
'Content-Type': 'application/x-www-form-urlencoded'
Body:
username=%username&password=%password&submit=submit