Skip to content

Python script to attack NTLM Authentication on web [dictionary attack method]

Notifications You must be signed in to change notification settings

H5a337230/NTLM_Dic_Attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

NTLM_Dic_Attack

Python script to attack NTLM Authentication on web [dictionary attack method]

You should install requests-ntlm package first for that, you can download it from " https://github.com/requests/requests-ntlm " or just use " pip install requests-ntlm "

USAGE: python NTLM_Bruter.py(-h) [ Displays help menu ]

python NTLM_Bruter.py -u [target address] -p [Path to File that contains passwords] -d [Path to File that contains usernames] -t [Delay between requests (in second - Default 100 mls)]

EXAMPLE: python NTLM_Bruter.py -u 127.0.0.1 -p /home/user/passDic -d /home/user/userDic -t .3 [ .3 means 300 mls ]

About

Python script to attack NTLM Authentication on web [dictionary attack method]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages