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.
Monitoring
Learn more about events at:
Pages
Last updated
Was this helpful?