https://github.com/nccgroup/listips
A script that uses nmap to expand IP ranges into a list of IPs
https://github.com/nccgroup/listips
bash ip networking nmap pentesting
Last synced: about 1 year ago
JSON representation
A script that uses nmap to expand IP ranges into a list of IPs
- Host: GitHub
- URL: https://github.com/nccgroup/listips
- Owner: nccgroup
- License: gpl-3.0
- Created: 2020-06-10T09:45:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T22:27:54.000Z (about 6 years ago)
- Last Synced: 2025-04-04T07:51:11.322Z (about 1 year ago)
- Topics: bash, ip, networking, nmap, pentesting
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# listips
A script that uses nmap to expand IP ranges into a list of IPs
## Usage
listips.sh [-h] [-e IP range] [-ef filename] [IP range | -f filename]
-e/--excl: Specify an IP range to exclude
-ef/--exfl: Specify a file containing IP ranges to exclude
-f/--file: Specify a file containing IP ranges to convert
-h/--help: Show this help info