Skip to content

Script that checking IPs on AbuseIPDB and VirusTotal.

License

Notifications You must be signed in to change notification settings

kulichr/IPToxic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub release (latest by date) GitHub top language GitHub last commit Made For Badge

IP Toxic

IP Toxic scans your target IP with AbuseIPDB and Virus Total API. Examaple

Usage

python3 iptoxic.py -t TARGET -d DAYS

Days - How many days of history you want to check on AbuseIPDB. Days - IP of target that you want to scan.

Requirements

Pip dependencies

Necessary python dependencies should be installed with following command.

pip install -r requirements.txt

Python 3

Whole script is written in Python 3.8., which is recommended for best functionality. Something might not work well in older versions. Python is free to download from official website for all platforms.

Help & issues

If you have any question, ideas or issues, you can report them through Issues.