logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

POLENUM - Extracts the password policy from a Windows system

Description

       This is a simple security-oriented tool. Aims to help system administrators to improve security.

Examples

              polenum user:password@192.168.1.13 --protocols '445/SMB'

       Tries to get the password policy of the system 192.168.1.13 by logging in with the provided user name and
       password using SMB port 445.

                                                 January 6 2020                                       POLENUM(1)

Name

       POLENUM - Extracts the password policy from a Windows system

Options

       There are only two possible options with protocol list:

       445/SMB
              Use TCP port 445 to probe Microsoft-DS SMB file sharing.

       139/SMB
              Use  NetBIOS over TCP/IP Session Service. In order use the session service of the old NBT protocol
              that runs on TCP port 139.

Synopsis

polenum[username[:password]@]<address>[--protocols[protocollist...]]

See Also