mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-03 01:03:34 +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>
11 lines
283 B
YAML
11 lines
283 B
YAML
id: adminer-workflow
|
|
|
|
info:
|
|
name: Adminer Security Checks
|
|
author: daffainfo
|
|
description: A simple workflow that runs all Adminer related nuclei templates on a given target.
|
|
|
|
workflows:
|
|
- template: http/exposed-panels/adminer-panel.yaml
|
|
subtemplates:
|
|
- tags: adminer |