Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/smackerdodi/cidr2ip
- Owner: smackerdodi
- Created: 2020-07-23T12:55:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T13:07:10.000Z (over 4 years ago)
- Last Synced: 2024-05-08T01:34:08.688Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - smackerdodi/cidr2ip - take a list of CIDR and the output is ip list of these CIDR (Python)
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.git2- cd cidr2ip
3- pip3 install -r requirements.txt
# Usage :-
python3 cidr2ip.py inputcidr.txt outputips.txtenjoy