Merge pull request #10112 from projectdiscovery/parthmalhotra-patch-3

Update osint.yml
patch-4
Parth Malhotra 2024-06-25 13:06:41 +05:30 committed by GitHub
commit 4e31430ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 7 deletions

View File

@ -1,9 +1,28 @@
# This is a configuration file for the osint 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 OSINT Detection
#
# This configuration file is specifically tailored for detecting Open Source Intelligence (OSINT) related issues using Nuclei.
#
# Purpose:
# This profile is focused on identifying various OSINT-related security risks, including exposed information, backdoors, command and control servers, and more. OSINT scanning helps in gathering intelligence that could be used to identify potential threats and vulnerabilities.
#
# Included Templates:
# This configuration references specific templates tagged with various OSINT-related tags to cover comprehensive OSINT scanning:
# - osint: Templates for detecting OSINT-related vulnerabilities and exposures.
# - honeypot: Templates for detecting honeypots.
# - backdoor: Templates for detecting backdoors.
# - c2: Templates for detecting command and control servers.
# - osint-social: Templates for detecting social media related exposures.
# - exposures: Templates for detecting exposed sensitive information.
# - malware: Templates for detecting malware-related activities.
# - enum: Templates for enumeration activities.
# - phishing: Templates for detecting phishing-related issues.
#
# Included Tags:
# This configuration also includes additional templates tagged with 'phishing' for a more focused detection.
#
# Running this profile
# You can run this profile using the following command:
# nuclei -profile osint -u https://example.com
tags:
- osint
@ -17,4 +36,4 @@ tags:
- phishing
include-tags:
- phishing
- phishing