is-responding

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i is-responding

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

9.11 kB

Total Files

7

Last publish

Collaborators

  • piecioshka