osint.yml
ID: osint.yml
Severity: “
Author: —
Tags:
Description
Section titled “Description”YAML Source
Section titled “YAML Source”# 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: - phishingGuide 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/osint.yml"