Sigma Scan is a simple Python script for performing a port scanning.
1.Clone the repo
https://github.com/0xKrat0s/SigmaScan.git
cd SigmaScan
pip install -r requirements.txt
To use this script, simply run the command:
python sigma.py
The script will prompt you for input and perform the task accordingly.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.