From afc48a77e8f2efb795d0ed0e687cb2da6c89016e Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Tue, 12 Mar 2024 00:37:56 +0530 Subject: [PATCH] Create README.md --- http/osint/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 http/osint/README.md diff --git a/http/osint/README.md b/http/osint/README.md new file mode 100644 index 0000000000..73681a3569 --- /dev/null +++ b/http/osint/README.md @@ -0,0 +1,16 @@ +## Description + +Nuclei-templates provide a comprehensive suite of security checks, including OSINT templates in this directory for user-enumeration and phishing templates for the identification and analysis of phishing sites. + +The **User Enumeration templates** are tailored for user enumeration across various websites, allowing Nuclei to verify user existence. They expect input such as username, email, or phone number through the `V`/`var` flag. + +The **Phishing templates** are crafted for detecting and analyzing phishing sites. These templates are essential for OSINT analysts, threat researchers, and security professionals to uncover and study phishing campaigns. + +## Usage + +These templates are specifically added to help OSINT analysts, threat researchers therefore, we have added them to the OSINT scan profile [here](https://github.com/projectdiscovery/nuclei-templates/blob/main/config/osint.yml). +Users can execute the OSINT scan configuration profile with the following command: + +```console +nuclei -u -config ~/nuclei-templates/config/osint.yml +```