A Python script to check if SMBv1 is enabled on a remote host.
The script uses Impacket to negotiate the SMBv1 connection, and the click module for command line options and colour output.
To install requirements run:
pip install -r requirements.txt
There's not much to it at this point... just run:
checksmbv1 <ip>