Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smackerdodi/cidr2ip

take a list of CIDR and the output is ip list of these CIDR
https://github.com/smackerdodi/cidr2ip

Last synced: 3 months ago
JSON representation

take a list of CIDR and the output is ip list of these CIDR

Awesome Lists containing this project

README

        

# cidr2ip
take a list of CIDR and the output is ip list of these CIDR
# Describe :-
i searched for a tool take a list of CIDR and the output is the ip list of these CIDR i found prips tool but it support IPV4 only so i made this tool support both IPV4 and IPV6
# Install :-
1- git clone https://github.com/smackerdodi/cidr2ip.git

2- cd cidr2ip

3- pip3 install -r requirements.txt
# Usage :-
python3 cidr2ip.py inputcidr.txt outputips.txt

enjoy