From 3a4e3849f84c9aa0b3dca62c7c41473befdecefd Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 12 Mar 2024 00:25:08 +0530 Subject: [PATCH] Added README.md for phishing templates --- http/osint/phishing/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 http/osint/phishing/README.md diff --git a/http/osint/phishing/README.md b/http/osint/phishing/README.md new file mode 100644 index 0000000000..20518f6801 --- /dev/null +++ b/http/osint/phishing/README.md @@ -0,0 +1,21 @@ +## Description + +This directory contains a collection of templates designed for the identification and analysis of phishing sites. These templates are specifically created to help OSINT analysts, threat researchers, and security professionals in discovering and studying phishing campaigns. + +## Usage + +The phishing templates are designed for targeted use and are not included in Nuclei's default scans. To incorporate these templates into your scan, you can specify them using the `-itags` flags as follows: + +```console +nuclei -u -tags phishing -itags phishing +``` + +For users interested in comprehensive Open Source Intelligence (OSINT) gathering, these phishing templates have been integrated into the OSINT scan profile. This enables a more detailed and focused analysis as part of broader security research efforts or investigative journalism. +To execute the OSINT scan configuration profile, which includes phishing checks among other templates, use the following command: + +```console +# Execute the OSINT scan configuration profile +nuclei -u -config ~/nuclei-templates/config/osint.yml +``` + +The integration of phishing templates into the OSINT scan profile allows for a more nuanced and in-depth approach to security research, aiding in the detection of emerging threats and the analysis of ongoing phishing campaigns.