Skip to content

default-login.yml

ID: default-login.yml

Severity: “

Author:

Tags:

# Nuclei Configuration Profile for Default Logins Detection
#
# This configuration file is specifically tailored for detecting default login credentials using Nuclei.
#
# Purpose:
# This profile is focused on identifying instances where default login credentials are being used. Default logins can pose significant security risks as they are often targeted by attackers to gain unauthorized access to systems.
#
# Running this profile
# You can run this profile using the following command:
# nuclei -profile default-login -u https://example.com
templates:
- http/default-logins/
- network/default-login/
- javascript/default-logins/

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "profiles/default-login.yml"

View on Github