Skip to content

A tool that detects maliciousness of suspicious links, written in python with <3.

License

Notifications You must be signed in to change notification settings

whitefight18/Malicious_URL_Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Malicious URL Analyzer

A tool written in python to detect the hostility or suspiciousness of a target URL, utilising IPQualityScore API.

GitHub top language GitHub

Requirements:

Terminal/Any CLI for using this tool.

python3 from python.org

To install the dependencies, use pip3 install -r requirements.txt

Or, to install them manually -

requests library ( install using pip3 install requests )

validators library ( install using pip3 install validators )

IPQualityScore API Key from their website. Register and get it from IPQualityScore. Then bind your API Key in the configuration file - malurlscanner.conf

Usage:

Help:

python3 mal_url_analyzer.py -h

To analyze your target URL:

python3 mal_url_analyzer.py -u <YOUR_TARGET_URL>

To specify the configuration file, if located somewhere else:

python3 mal_url_analyzer.py -u <YOUR_TARGET_URL> -c path/to/malurlscanner.conf


Credits:

Big Thanks to IPQualityScore for providing their API. Check them out here.

Shoutout to my team members who helped to build this tool -