How to use tool acccheck in Kali Linux for brute force password
acccheck is brute force smb
The Server Message Block (SMB) protocol is what Windows uses to share files, printers, serial ports
smb port 445
acccheck
-t [single host IP address]
OR
-T [file containing target ip address(es)]
Optional:
-p [single password]
-P [file containing passwords]
-u [single user]
-U [file containing usernames]
-v [verbose mode]
example: acccheck -t 10.0.0.2 -u admin -P /Desktop/pass.txt
video toturial:
Comments
Post a Comment