Skip to content

ansereb/timeattack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Time-based attack on passwords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages