mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-25 17:25:30 +00:00
16 lines
260 B
YAML
16 lines
260 B
YAML
id: example-self-contained-input
|
|
|
|
info:
|
|
name: example-self-contained
|
|
author: pd-team
|
|
severity: info
|
|
|
|
self-contained: true
|
|
network:
|
|
- host:
|
|
- "localhost:5431"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Authentication successful" |