A tool that parse security alerts notified by Saudi CERT and converts them into multi formats (JSON, CSV, TXT).
- Having python3.
- Install the requirements
pip3 install -r requirements.txt
. - Run:
python3 main.py -h
- URL:
python3 main.py -u https://cert.gov.sa/en/security-warnings/* -f csv -o example.csv
- List of URL:
python3 main.py -l urls_example.txt -f csv -o example.csv
- URL:
python3 main.py -u https://cert.gov.sa/en/security-warnings/* -f json -o example.json
- List of URL:
python3 main.py -l urls_example.txt -f json -o example.json
- URL:
python3 main.py -u https://cert.gov.sa/en/security-warnings/* -f text
- List of URL:
python3 main.py -l urls_example.txt -f text
- Add more extensions/formats.
- Add some functionalities for automation tasks that could be used by Cybersecurity/IT departments.
You may face problems in some alerts because of the html tags of the website.
if you noticed any mistake or have any suggestion reached me at my Twitter/LinkedIn account: