Update profiles README (#9541)

patch-1
Prince Chaddha 2024-04-10 17:50:48 +05:30 committed by GitHub
parent 6ca46f844d
commit 0181a6a42e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ The Nuclei configuration profiles are straightforward to integrate into your exi
To execute a scan with the `recommended.yml` configuration, which has been optimized for general use to yield efficient and relevant results, use the following command:
```
nuclei -config ~/nuclei-templates/config/recommended.yml
nuclei -config ~/nuclei-templates/profiles/recommended.yml
```
## Customizing Your Scanning Configuration
@ -29,11 +29,11 @@ Here are examples of how to run scans for specific scenarios:
For targeting local privilege escalation vulnerabilities, utilize the dedicated config as follows:
```
nuclei -config ~/nuclei-templates/config/privilege-escalation.yml
nuclei -config ~/nuclei-templates/profiles/privilege-escalation.yml
```
#### Config Focusing on OSINT
```
nuclei -config ~/nuclei-templates/config/osint.yml
nuclei -config ~/nuclei-templates/profiles/osint.yml
```