SignChecker is a simple Python script that uses NMAP NSE SMB scripts to check for SMB signing and outputs the results of IPs where SMB Signing is disabled to a CSV file.
SignChecker is a simple Python script that uses NMAP NSE SMB scripts to check for SMB signing and outputs the results of IPs where SMB Signing is disabled to a CSV file.
Clone the repository, navigate into the SignChecker
folder and then run the following command.
pip3 install -r requirements.txt
-h, --help show this help message and exit
-i --infile The location of your input file, 1 IP per line. (-i ips.txt)
-o --outfile The name of the output csv file (-o results.csv)
python3 SignChecker.py -i ip_addresses.txt -o results.csv