This Python script performs SSL/TLS scanning on a list of URLs and saves the results in both JSON and CSV formats.
Before using this tool, make sure you have the following prerequisites installed:
- Python 3.x
- A Linux Distro
To use the script, follow these steps:
- Create a text file (
file.txt
) containing one website URL per line that you want to scan. - Run the script.py with the following command:
python script.py file.txt
file.txt
: Path to the input file with the list of website URLs.