mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-09 12:13:30 +08:00
* Update CVE-2023-46359.yaml * scan profiles * updated configs * misc update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
16 lines
481 B
YAML
16 lines
481 B
YAML
# This is a configuration file for the osint 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
|
|
|
|
tags:
|
|
- osint
|
|
- honeypot
|
|
- backdoor
|
|
- c2
|
|
- osint-social
|
|
- exposures
|
|
- malware
|
|
- enum |