Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 623 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 623 Bytes

VT_Checker

Virus Total URL checker to search for malicious or suspicious URL's.

Terminal Output

The BASH script will tell you if the URL is malicious or suspicious followed by the number of how many vendors flagged it as such.

How to Use

Add URL as argument

./checkURL.sh http://ronnietucker.co.uk

Or read it in

./checkURL.sh

Install Requirements

Remember you will need an x-api key from VirusTotal for integration and access. If jq is not installed, do:

sudo apt-get install jq

Links

VirusTotal API reference