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.
- Python 3.6+ (The precompiled binary specifically requires Python 3.8)
git clone https://github.com/bennettwarner/ipranger.git
cd ipranger
pip3 install -r requirements.txt
or run the precompiled binary available under releases
python3 ./ipranger/ipranger.py -i 10.10.10.1/24 -o ./myhosts.txt
Bennett Warner
- Twitter: @b_e_n
- Github: @bennettwarner
Zach Lawson
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator