Skip to content

Commit

Permalink
Update README.md (#136)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
SOOS-GSteen authored Sep 11, 2024
1 parent db67212 commit 7bdc671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ The basic command to run a baseline scan would look like:
| `--authLoginURL` | | Login url to use when authentication is required |
| `--authPassword` | | Password to use when authentication is required |
| `--authPasswordField` | | Password input id to use when authentication is required |
| `--authSecondSubmitField` | | Second submit button id to use when authentication is required (for multi-page forms) |
| `--authSecondSubmitField` | | Second submit button id/name/XPath to use when authentication is required (for multi-page forms) |
| `--authSubmitAction` | | Submit action to perform on form filled. Options: click or submit |
| `--authSubmitField` | | Submit button id to use when authentication is required |
| `--authSubmitField` | | Submit button id/name/XPath to use when authentication is required |
| `--authUsername` | | Username to use when authentication is required |
| `--authUsernameField` | | Username input id to use when authentication is required |
| `--authVerificationURL` | | URL used to verify authentication success, should be an URL that is expected to throw 200/302 during any authFormType authentication. If authentication fails when this URL is provided, the scan will be terminated. Supports plain URL or regex URL.|
Expand Down

0 comments on commit 7bdc671

Please sign in to comment.