Forms

Identify forms that are transmitting sensitive data and monitor changes and destination sites.

The Forms section provides an easy way to monitor all forms that your site is using and where that information is going.

Use Cases

  • Ensure that forms are transmitting sensitive data over a secure connection. We identify forms that are transmitting data like passwords, credit card numbers, and email addresses and verify that they're using HTTPS.

  • Verify that action (destination) URLs are consistent and trustworthy. Keep track of 3rd party sites where form data is being sent.

Detection

We scrape all forms found on the target along with their destination, protocol (HTTP/HTTPS), and method (GET/POST).

Risk

Risk is assigned by verifying that forms are being submitted encrypted via HTTPS instead of a plaintext HTTP connection.

  • High ( Red):

    • The page is not using HTTPS and has a password field.

    • The page is not using HTTPS and has a credit card field.

    • The form uses the HTTP GET method and has a password field.

    • The form uses the HTTP GET method and has a credit card field.

  • Medium ( Yellow): The page is not using HTTPS and has an email address field.

  • Low ( Green): No significant risks are associated with the form.

Forms rated High or Medium risk will create issues.

We recommend fixing both High and Medium risk issues.

Monitoring

Forms can be monitored for changes by toggling their monitor status on the List page. If a change is detected it will trigger a website-form-monitor-change event so you can be immediately notified.

Learn more about events at:

pageEvents

Pages

  • Overview: See risk ratings, protocols, methods, and field types (credit card/password/email) detected.

  • Summary: View of field types by target.

  • List: List of every form detected, along with field types, method, host, and action URL. Toggle monitor status of forms.

  • Changes: View changes in forms and their fields between the current and previous scans.

Last updated