From b18cd6315a364a1e96e1b1ba397b8b47e92a6dae Mon Sep 17 00:00:00 2001 From: David Mora <82040808+davidgm0@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:38:16 +0200 Subject: [PATCH] Remove submit button optional point --- content/en/Platform Deep Dive/Scans/target_auth.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/en/Platform Deep Dive/Scans/target_auth.md b/content/en/Platform Deep Dive/Scans/target_auth.md index dc251b60f..23bb6af3a 100644 --- a/content/en/Platform Deep Dive/Scans/target_auth.md +++ b/content/en/Platform Deep Dive/Scans/target_auth.md @@ -21,12 +21,6 @@ To add authentication, toggle on the “Authenticated Scan” option and then: - Field Name - Field Value -3. (Optional) Add the Submit Button: if the submit button is outside of your `
` tag, or especially if your login -inputs are not inside a `` tag, then the `submit_button` must be defined so that the right button is clicked. -For that, add a new field in the target authentication settings, with `submit_button` in the name, and the respective -button CSS selector in the value (it must be a CSS selector) as, for example, `#login-form-container button[type="submit"]`. - - ![Authenticated Scan](/deepdive/scans/3_AuthenticatedScan.png "Authenticated Scan")