Support

⌘K
  1. Home
  2. Docs
  3. Support
  4. Modifiers
  5. Using Self Login

Using Self Login

Important Note: The “Firefox” web browser must be installed in order for you to use this login method.

https://www.mozilla.org/en-US/firefox/new/

When we start a new scan we have the option to use a method called “Self Login”. This method knows how to handle any logging method no matter how it will work (OTP, Credentials, SSO and so on).

Self Login allows us to scan an internal system that includes initial logging in a more convenient way.

To do so, simply navigate to the “Login Authentication” section, on the “Method” change it to “Self Login”, then fill in the next fields accordingly, and click on “Create”:

To use it, create a New Scan, then, on the “Settings” tab, on the “Login” field, choose the method you’ve just created:

Once the scan is initiated, you can download the login file by navigating to the Target’s page and clicking on the selected icon based on the Operating System being used, found in the top:

In case a Scheduled Scan uses the Self Login method:

Create/Schedule the scan with the Login , as mentioned above.

Next, go to the “Schedule” section

Now, download and use the files based on the used Operating System –

If succeeded, the “X” will be replaced with a “V”.

Extract the files, run the login-browser.exe file, complete the login in the browser window that will be opened and then, close it.

The CMD window should display “details have been updated successfully”.

That’s it!

Linux Instructions:

Make sure you run:
python3 -m venv venv
source venv/bin/activate

Then, open the Terminal in the current directory and run these lines:

  • pip install -r requirements.txt
  • chmod +x geckodriver
    python Login-Browser.py

macOS Instructions:

python3 -m pip install virtualenv
virtualenv venv
source venv/bin/activate

Then, open the Terminal in the current directory and run these lines:

  • pip install -r requirements.txt
  • python Login-Browser

The last line will run and open the browser for you to perform the Login.

Note : You have up to a quarter of an hour from the start of the scan to complete the process above.