https://github.com/piecioshka/is-responding
🛠 A tool to find active endpoint use an enumeration strategy
https://github.com/piecioshka/is-responding
cli security
Last synced: 16 days ago
JSON representation
🛠 A tool to find active endpoint use an enumeration strategy
- Host: GitHub
- URL: https://github.com/piecioshka/is-responding
- Owner: piecioshka
- License: mit
- Created: 2020-11-07T18:22:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-06-09T12:04:57.000Z (24 days ago)
- Last Synced: 2026-06-09T14:06:34.916Z (24 days ago)
- Topics: cli, security
- Language: JavaScript
- Homepage:
- Size: 231 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# is-responding
[](#cli)
[](https://www.npmjs.com/package/is-responding)
[](https://badge.fury.io/js/is-responding)
[](https://www.npmjs.com/package/is-responding)
[](https://packagephobia.com/result?p=is-responding)
[](https://piecioshka.mit-license.org)
[](https://github.com/piecioshka/is-responding/actions/workflows/testing.yml)
🔨 A tool to find active endpoints using an enumeration strategy
> Give a ⭐️ if this project helped you!
## Motivation
A lot of services use the next integer in parameters.
If you want to test services like that, this tool is for you!
## CLI
Installation:
```bash
npm install -g is-responding
```
```bash
is-responding -h
```
```text
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]
```
## Examples
### ➡️ Use case: Start making request
```bash
is-responding -u "https://example.org/{{integer}}/foo?bar=1" -f 123 -t 234 -v
```
```text
ℹ Enumeration started
✔ [20] 200: https://example.org/20/foo?bar=1
✔ [98] 200: https://example.org/98/foo?bar=1
ℹ Enumeration completed
```
## Related
- [makiwara](https://github.com/piecioshka/makiwara)
## License
[The MIT License](https://piecioshka.mit-license.org) @ 2020