The IP List Generator is a versatile bash script designed to generate a list of IP addresses within a specified range. Developed by @AGNIHACKERS1, this script allows you to customize the start and end IP addresses, choose an output file, and even add "http://" and "https://" prefixes if desired.
- Generate a list of IP addresses within a specified range.
- Customize the start and end IP addresses using command-line options.
- Optionally add "http://" and "https://" prefixes to each IP address.
- Choose an output file to save the generated IP list.
./IPGen.sh [-r] [-h] [-s start_ip] [-e end_ip] [-o output_file]
Options:
-r Add http:// and https:// prefixes
-h --help Display this help message
--s start_ip Set the start IP address (default: 192.100.0.0)
--e end_ip Set the end IP address (default: 192.100.255.255)
--o output_file Set the output file (default: output.txt)
git https://github.com/agnihackers/IPGen.git
chmod +x IPGen.sh
./IPGen.sh -h