Python script to quickly check domain in question to VT
- Replace <API_KEY> with your VT API key
- To check single domain, run: python VT_Domain_Checker.py -d [domain]
- To check multiple domain, run: python VT_Domain_Checker.py -f [filename]
- IF you want to save the output into csv, append "--csv" at the end: python VT_Domain_Checker.py -d [domain] or -f [filename] [--csv filename.csv]
- I'm running this script on Python 3.12.0
Figure 1 - To check single domain.
Figure 2 - To check multiple domain.
Figure 3 - To save output to csv file.
- v1.0 (16 Nov 2023): First version of the script.