Merge pull request #10107 from projectdiscovery/parthmalhotra-patch-4

Update default-login.yml
patch-4
Parth Malhotra 2024-06-25 12:09:20 +05:30 committed by GitHub
commit 1c11018f3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 7 deletions

View File

@ -1,11 +1,21 @@
# This is a configuration file for the default logins template profile.
# Additional configuration profiles can be created for different types of nuclei scans.
# They should be placed under the 'config' directory at:
# https://github.com/projectdiscovery/nuclei-templates
# Here is an example of how to use a config profile:
# nuclei -config config/osint.yml -list target_list_to_scan.txt
# 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.
#
# Included Templates:
# This configuration references specific templates designed to detect default login scenarios:
# - http/default-logins/: This directory contains templates for detecting default login credentials in HTTP-based services.
# - network/default-login/: This directory contains templates for detecting default login credentials in network services.
# - javascript/default-logins/: This directory contains templates for detecting default login credentials, the templates are made using the javascript protocol.
#
# 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/
- javascript/default-logins/