Skip to content

ComputerMaverick69/web-application-security-scanner

 
 

Repository files navigation

web-application-security-scanner

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:

How to use?

Windows:

  1. Download & Extract the zipped files.
  2. Edit scan.py file using any code editor.
  3. Update the Api_key to your virustotal api key:
Api_Key = "xxxxxxxxxxxxxxxxxxxxxxx"
  1. Run the program by double click in scan.py file.
  2. 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

About

Scan any website using this application to get reports about any potential security flaw.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%