Skip to content

Commit

Permalink
Simplify the basic steps section
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudadly-cobalt committed May 14, 2024
1 parent 2cdb57d commit 40a5223
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions content/en/Platform Deep Dive/Scans/target_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ When a scan is started and the target has a login configuration, the first thing

# Basic steps

To add authentication using a simple login form, go to the target's Advanced Settings, toggle on the “Login form” option and then:

1. Add the URL where the login form is located.
2. Add the fields required for login. You will likely have one field for username and one for password.
- Field Name
- Field Value

![Authenticated Scan](/deepdive/scans/3_AuthenticatedScan.png "Authenticated Scan")<br>
To enable authentication, you can go to the target's Advanced Settings and select either [Login Form](#using-a-login-form) or [Login Sequence](#using-a-login-sequence).


# Using a Login Form
Expand All @@ -31,6 +25,8 @@ To add authentication using a simple login form, go to the target's Advanced Set

To simplify the configuration, we require the Login URL and at least one field name with its respective value.

![Authenticated Scan](/deepdive/scans/3_AuthenticatedScan.png "Authenticated Scan")<br>

## The Login URL

- The login URL may be the same as the target URL if the form is located on the root path or if it automatically redirects to the login page.
Expand Down

0 comments on commit 40a5223

Please sign in to comment.