mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 18:26:57 +00:00
18 lines
316 B
YAML
18 lines
316 B
YAML
id: example-self-contained-input
|
|
|
|
info:
|
|
name: example-self-contained
|
|
author: pd-team
|
|
severity: info
|
|
|
|
self-contained: true
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET http://127.0.0.1:5431/ HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- This is self-contained response |