root@kali:~# polenum -h
usage: polenum [-h] [--username USERNAME] [--password PASSWORD]
[--domain DOMAIN] [--protocols [PROTOCOLS ...]]
[enum4linux]
positional arguments:
enum4linux username:password@IPaddress
options:
-h, --help show this help message and exit
--username, -u USERNAME
The specified username
--password, -p PASSWORD
The password of the user
--domain, -d DOMAIN The domain or IP
--protocols [PROTOCOLS ...]
['139/SMB', '445/SMB']
polenum Usage Example
root@kali:~# polenum victim:s3cr3t@192.168.1.200 '445/SMB'
[+] Attaching to 192.168.1.200 using victim:s3cr3t
[+] Trying protocol 445/SMB...
[+] Found domain(s):
[+] WIN7-X86
[+] Builtin
[+] Password Info for Domain: WIN7-X86
[+] Minimum password length: None
[+] Password history length: None
[+] Maximum password age: Not Set
[+] Password Complexity Flags: 000000
[+] Domain Refuse Password Change: 0
[+] Domain Password Store Cleartext: 0
[+] Domain Password Lockout Admins: 0
[+] Domain Password No Clear Change: 0
[+] Domain Password No Anon Change: 0
[+] Domain Password Complex: 0
[+] Minimum password age: None
[+] Reset Account Lockout Counter: 30 minutes
[+] Locked Account Duration: 30 minutes
[+] Account Lockout Threshold: None
[+] Forced Log off Time: Not Set