Add profiles
parent
c76300bb1d
commit
15a25c2847
|
@ -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
|
|
@ -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/
|
|
@ -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/
|
|
@ -0,0 +1,9 @@
|
|||
# This is a configuration file for the exposed files 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/exposures/
|
|
@ -0,0 +1,9 @@
|
|||
# This is a configuration file for the exposed panels 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/exposed-panels/
|
|
@ -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
|
||||
|
|
|
@ -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/
|
|
@ -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
|
Loading…
Reference in New Issue