/ipranger

Get a representative random sampling from a CIDR range

Primary LanguagePythonMIT LicenseMIT

Welcome to IPRanger 🤠

Version License: MIT

IPRanger Screenshot

IPRanger gives you a representative random sample hosts from a CIDR range. Intended to help when scanning every host is infeasible due to scope size.

Requirements

  • Python 3.6+ (The precompiled binary specifically requires Python 3.8)

Installation

git clone https://github.com/bennettwarner/ipranger.git
cd ipranger
pip3 install -r requirements.txt

or run the precompiled binary available under releases

Usage

python3 ./ipranger/ipranger.py -i 10.10.10.1/24 -o ./myhosts.txt

Contributors

Bennett Warner

Zach Lawson

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator