1.0.0 ā€¢ Published 3 years ago

is-responding v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

is-responding

node version npm version downloads count github-ci

šŸ›  A tool to find active endpoint use an enumeration strategy

Motivation

A lot of services use the next integer in parameters.

If you would like to test services like that, this tool is for you!

Installation

npm install -g is-responding

CLI

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

Usage

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]

šŸ¤ Contributing

Contributions, issues and feature requests are welcome! Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

Related

License

The MIT License @ 2020