项目作者: idiothacker

项目描述 :
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.
高级语言: Python
项目地址: git://github.com/idiothacker/SignChecker.git
创建时间: 2021-05-13T16:32:27Z
项目社区:https://github.com/idiothacker/SignChecker

开源协议:MIT License

下载


SignChecker

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.

Installation

Clone the repository, navigate into the SignChecker folder and then run the following command.

  1. pip3 install -r requirements.txt

How to Use

  1. -h, --help show this help message and exit
  2. -i --infile The location of your input file, 1 IP per line. (-i ips.txt)
  3. -o --outfile The name of the output csv file (-o results.csv)

Run Example:

  1. python3 SignChecker.py -i ip_addresses.txt -o results.csv