Skip to content

panchocosil/BruteBasicAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Brute force HTTP authentication

HTTP Basic Authentication is a known weak authentication system and isn’t often used in web apps anymore. However it is used quite frequently in locale network devices like routers and webcams. To complicate matters, these devices don’t have any lockout mechanisms in place to prevent password guessing attacks like dictionary or brute-force attacks.

Usage: python3 brutebasic.py -url-file URL_FILE -users-file USERS_FILE -pass-file PASS_FILE -timeout TIMEOUT -threads THREADS -out OUTPUT --sslinsecure

Example: python3 brutebasic.py -url-file urls.txt -users-file default_users.txt -pass-file default_pass.txt -timeout 3 -threads 10 -out passwords_found.txt --sslinsecure

Important note: Only use this tool in your own network or where you are authorized to carry out tests of this type.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages