mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 15:55:26 +00:00
18 lines
275 B
YAML
18 lines
275 B
YAML
id: offline-allowed-paths
|
|
|
|
info:
|
|
name: offline-allowed-paths
|
|
author: pdteam
|
|
severity: info
|
|
description: offline-allowed-paths
|
|
|
|
http:
|
|
- path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/"
|
|
- "/"
|
|
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200 |