Auth Surface
auth_surfaceDetect authentication endpoints on given hosts and rank them by account-worthiness, guiding manual registration for later authorization testing.
Instructions
Detect authentication functionality and rank hosts by account-worthiness.
target takes one host or a comma-separated list — normally the live
URLs http_probe found, which is how scripts/hunt.sh chains it. Targets
are scope-checked before this body runs, so the list cannot be widened here.
Every request is a GET against a conventional path. Nothing is submitted,
no account is created, and no credential is sent. The output is a
recommendation to a human: register on these hosts, by hand, if the
program's rules permit it — then bring the sessions back with
session_register and authz_compare can finally test authorization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| timeout | No | ||
| max_hosts | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||