2024-01-13 18:30:57 +00:00
|
|
|
# This is a configuration file for the bugbounty 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
|
|
|
|
|
|
|
|
type:
|
|
|
|
- http
|
|
|
|
- tcp
|
|
|
|
- javascript
|
|
|
|
|
|
|
|
exclude-tags:
|
|
|
|
- tech
|
|
|
|
- dos
|
2024-03-19 15:20:31 +00:00
|
|
|
- fuzz
|
2024-01-13 18:30:57 +00:00
|
|
|
- creds-stuffing
|
|
|
|
- token-spray
|
|
|
|
- osint
|