Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/offlinehttp/offline-allowed-paths.yaml
2070 views
1
id: offline-allowed-paths
2
3
info:
4
name: offline-allowed-paths
5
author: pdteam
6
severity: info
7
description: offline-allowed-paths
8
9
http:
10
- path:
11
- "{{BaseURL}}"
12
- "{{BaseURL}}/"
13
- "/"
14
15
matchers:
16
- type: status
17
status:
18
- 200
19