25 lines
741 B
YAML
25 lines
741 B
YAML
# 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.
|
|
#
|
|
# Running this profile
|
|
# You can run this profile using the following command:
|
|
# nuclei -profile osint -u https://example.com
|
|
|
|
tags:
|
|
- osint
|
|
- honeypot
|
|
- backdoor
|
|
- c2
|
|
- osint-social
|
|
- exposures
|
|
- malware
|
|
- enum
|
|
- phishing
|
|
|
|
include-tags:
|
|
- phishing
|