🔨 A tool to find active endpoints using an enumeration strategy
Give a ⭐️ if this project helped you!
A lot of services use the next integer in parameters.
If you want to test services like that, this tool is for you!
npm install -g is-responding
is-responding -u "https://example.org/{{integer}}/foo?bar=1" -f 123 -t 234 -v
ℹ Enumeration started
✔ [20] 200: https://example.org/20/foo?bar=1
✔ [98] 200: https://example.org/98/foo?bar=1
ℹ Enumeration completed
Options:
--version Show version number [boolean]
--url, -u URL with {{parameter}} [required]
--from, -f Provide an initial value from count should start [default: 0]
--to, -t Provide an last value when count ends [default: 10]
--verbose, -v Display endpoints which refused
--help Show help [boolean]
The MIT License @ 2020