{"id":16932234,"url":"https://github.com/cldrn/cidrtoips","last_synced_at":"2025-06-12T04:35:34.000Z","repository":{"id":137135855,"uuid":"69998716","full_name":"cldrn/cidrToIps","owner":"cldrn","description":"reads a list of IP ranges in CIDR notation and prints the individual IP addresses.","archived":false,"fork":false,"pushed_at":"2016-10-06T03:17:21.000Z","size":16,"stargazers_count":14,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T18:53:12.972Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://calderonpale.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cldrn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-04T19:27:12.000Z","updated_at":"2024-08-12T19:25:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"a86a0d4b-a844-4b7d-a858-1c135ca37fd3","html_url":"https://github.com/cldrn/cidrToIps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cldrn/cidrToIps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldrn%2FcidrToIps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldrn%2FcidrToIps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldrn%2FcidrToIps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldrn%2FcidrToIps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cldrn","download_url":"https://codeload.github.com/cldrn/cidrToIps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cldrn%2FcidrToIps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259398560,"owners_count":22851459,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T20:45:56.807Z","updated_at":"2025-06-12T04:35:33.965Z","avatar_url":"https://github.com/cldrn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cidrToIps\nThis simple script reads a list of IP ranges in CIDR notation and prints the individual IP addresses.\n\nPosted this script because I got tired of re-writing the same script everytime I needed this. If you write security tools, please support CIDR notation and make my life easier.\n\nUsage: ./cidrToIps.py -i \u003cinputfile\u003e\n\n~~~~\n$ cat cidr-list.txt\n192.168.0.1/29\n192.168.1.1/30\n$ ./cidrToIps.py -i cidr-list.txt\nReading IP ranges in CIDR notation from file: cidr-list.txt\n192.168.0.0\n192.168.0.1\n192.168.0.2\n192.168.0.3\n192.168.0.4\n192.168.0.5\n192.168.0.6\n192.168.0.7\n192.168.1.0\n192.168.1.1\n192.168.1.2\n192.168.1.3\n\n~~~~\n\ncalderon@websec.mx\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldrn%2Fcidrtoips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcldrn%2Fcidrtoips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcldrn%2Fcidrtoips/lists"}