mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* moving http templates * updated cves.json * moved network CVEs * updated scripts * updated workflows * updated requests to http * replaced network to tcp --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
13 lines
328 B
YAML
13 lines
328 B
YAML
id: yapi-workflow
|
|
|
|
info:
|
|
name: YApi Security Checks
|
|
author: daffainfo
|
|
description: A simple workflow that runs all YApi related nuclei templates on a given target.
|
|
|
|
workflows:
|
|
- template: http/technologies/fingerprinthub-web-fingerprints.yaml
|
|
matchers:
|
|
- name: yapi
|
|
subtemplates:
|
|
- tags: yapi |