This program was originally developed using python 2.7 and now upgraded to run on Python 3.x. It makes use of VirusTotal api v2 to scan urls and get report.
Program Requirements:
- Python 3.7.4 Download link
- VirusTotal api How to obtain API?
How to use?
Windows:
- Download & Extract the zipped files.
- Edit
scan.py
file using any code editor. - Update the Api_key to your virustotal api key:
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 git
is aleardy installed, please skip this step.
apt-get install git
2- Install web-application-security-scanner program and run:
git https://github.com/ComputerMaverick69/web-application-security-scanner.git
cp web-application-security-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 @codemaverick69
License:
As of August 29, 2019 web-application-security-scanner is licensed under the GPLv3+: http://choosealicense.com/licenses/gpl-3.0