Skip to Content
Research with Our Labs
ReconnaissanceForm Input MapForm & Input Map – Summary

Form & Input Map

Form & Input Map analyzes a page and builds a structured map of HTML forms and fields, including:

  • Form action, method (GET/POST), and path.
  • Input names, types, and whether they are visible or hidden.
  • Per-path aggregation of which parameters appear where.

This is useful for:

  • Understanding login, registration, and password-reset flows.
  • Preparing for input validation, fuzzing, or auth testing.
  • Quickly answering “which parameters are accepted on which endpoints?”.

For request format, parameters, and examples, see the Endpoint page in this module.

Last updated on