This small program coded with python and it use virustotal api v2 to scan urls and get report.
Program Requirements:
- python2.7 Download link
- virustotal api how to get virustotal api?
How to use?
Windows:
- Download & Extract url-scanner.zip file.
- Edit
scan.py
file using any code editor. - Add your virustotal api:
Api_Key = "xxxxxxxxxxxxxxxxxxxxxxx"
- Run the program by double click in
scan.py
file. - Program window open. Now type the number from the menu and ENJOY..
Linux:
Open new terminal and type this command:
1- install Git
& if you install git
aleardy please skip this step.
apt-get install git
2- install url-scanner program and run:
git https://github.com/magic-coding/url-scanner.git
cp url-scanner/scan.py ~
3- Edit scan.py
and add your virustotal api:
vi scan.py
or
nano scan.py
4- Run scan.py
file and Enjoy..
python scan.py
Output:
Have a problem?
Please open new issue or contact with me via Twitter @magic_coding
Conclusion
In Conclusion hope you enjoy with this small programe and don't forget to follow me to get more free open source programes.
License:
As of March 22, 2016 url-scanner is licensed under the GPLv3+: http://choosealicense.com/licenses/gpl-3.0