mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 17:56:56 +00:00
18 lines
295 B
YAML
18 lines
295 B
YAML
id: self-contained-with-path
|
|
|
|
info:
|
|
name: self-contained-with-path
|
|
author: pd-team
|
|
severity: info
|
|
|
|
self-contained: true
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET / HTTP/1.1
|
|
Host: 127.0.0.1:5431
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- This is self-contained response |