Merge pull request #9655 from projectdiscovery/profiles-add

Add profiles
patch-2
Prince Chaddha 2024-05-08 14:43:29 +05:30 committed by GitHub
commit 5ade938879
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 50 additions and 18 deletions

View File

@ -1,26 +1,13 @@
# This is a configuration file for the bugbounty template profile.
# This is a configuration file for the all template profile.
# Additional configuration profiles can be created for different types of nuclei scans.
# They should be placed under the 'config' directory at:
# https://github.com/projectdiscovery/nuclei-templates
# Here is an example of how to use a config profile:
# nuclei -config config/bugbounty.yml -list target_list_to_scan.txt
severity:
- critical
- high
- medium
- low
- unknown
# nuclei -config config/osint.yml -list target_list_to_scan.txt
type:
- http
- tcp
- javascript
- dns
- ssl
exclude-tags:
- tech
- dos
- fuzz
- creds-stuffing
- token-spray
- osint

12
profiles/cves.yml Normal file
View File

@ -0,0 +1,12 @@
# This is a configuration file for the cves template profile.
# Additional configuration profiles can be created for different types of nuclei scans.
# They should be placed under the 'config' directory at:
# https://github.com/projectdiscovery/nuclei-templates
# Here is an example of how to use a config profile:
# nuclei -config config/osint.yml -list target_list_to_scan.txt
templates:
- http/cves/
- http/cnvd/
- network/cves/
- javascript/cves/

View File

@ -0,0 +1,11 @@
# This is a configuration file for the default logins template profile.
# Additional configuration profiles can be created for different types of nuclei scans.
# They should be placed under the 'config' directory at:
# https://github.com/projectdiscovery/nuclei-templates
# Here is an example of how to use a config profile:
# nuclei -config config/osint.yml -list target_list_to_scan.txt
templates:
- http/default-logins/
- network/default-login/
- javascript/default-logins/

View File

@ -1,4 +1,4 @@
# This is a configuration file for the KEV template profile.
# This is a configuration file for the CISA KEV template profile.
# Additional configuration profiles can be created for different types of nuclei scans.
# They should be placed under the 'config' directory at:
# https://github.com/projectdiscovery/nuclei-templates

View File

@ -0,0 +1,11 @@
# This is a configuration file for the misconfigurations template profile.
# Additional configuration profiles can be created for different types of nuclei scans.
# They should be placed under the 'config' directory at:
# https://github.com/projectdiscovery/nuclei-templates
# Here is an example of how to use a config profile:
# nuclei -config config/osint.yml -list target_list_to_scan.txt
templates:
- http/misconfiguration/
- network/misconfig/
- javascript/misconfiguration/

View File

@ -0,0 +1,11 @@
# This is a configuration file for the subdomain takeover template profile.
# Additional configuration profiles can be created for different types of nuclei scans.
# They should be placed under the 'config' directory at:
# https://github.com/projectdiscovery/nuclei-templates
# Here is an example of how to use a config profile:
# nuclei -config config/osint.yml -list target_list_to_scan.txt
templates:
- http/takeovers/
- dns/azure-takeover-detection.yaml
- dns/elasticbeanstalk-takeover.yaml