default-login.yml
ID: default-login.yml
Severity: “
Author: —
Tags:
Description
Section titled “Description”YAML Source
Section titled “YAML Source”# 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/Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "profiles/default-login.yml"