mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-25 21:25:26 +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:
|
|
- "127.0.0.1:5431"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Authentication successful" |