Skip to content

aburns7/IP-Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IP-Check

IP check is a simple python 3 script that gets json data and checks if a given IP is in the Ipv4 CIDR Ranges

Installation

Clone the repo and then install the dependencies

pip install -r requirements.txt

Usage

./ip_check <ip address>

Output

$ python ip_check.py 192.168.004.001
Fail: 192.168.4.1 is not found in the ipv4 CIDR ranges
$ python ip_check.py 69.208.0.1
Pass: 69.208.0.1 is found in the ipv4 CIDR range

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages