Create README.md

patch-1
Prince Chaddha 2024-03-12 00:37:56 +05:30 committed by GitHub
parent d13f548fbe
commit afc48a77e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

16
http/osint/README.md Normal file
View File

@ -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 <host> -config ~/nuclei-templates/config/osint.yml
```