Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

malnafei/url-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

url-scanner

This small program coded with python and it use virustotal api v2 to scan urls and get report.

Program Requirements:

How to use?

Windows:

  1. Download & Extract url-scanner.zip file.
  2. Edit scan.py file using any code editor.
  3. Add your virustotal api:
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 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

About

Scan urls using python and virustotal api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages