-
-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathmkdocs.yml
More file actions
63 lines (59 loc) · 1.94 KB
/
mkdocs.yml
File metadata and controls
63 lines (59 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# mkdocs.yml
site_name: OpenDoor
site_url: https://opendoor.readthedocs.io/
repo_url: https://github.com/stanislav-web/OpenDoor
repo_name: GitHub
site_description: Open-source CLI scanner for authorized web reconnaissance, directory discovery, and exposure assessment.
site_author: OpenDoor contributors
copyright: Copyright © 2016-2026 OpenDoor contributors
extra:
homepage: OpenDoor
nav:
- Home: index.md
- Quickstart: quickstart.md
- Guides:
- Mastering OpenDoor: guides/mastering-opendoor.md
- Installation and update: Installation-and-update.md
- Usage: Usage.md
- Concepts:
- Target input: concepts/target-input.md
- Reports: concepts/reports.md
- Detection:
- Fingerprinting: detection/fingerprinting.md
- WAF detection and safe mode: detection/waf-detection.md
- WAF guard: detection/waf-guard.md
- Header Injection Bypass: detection/header-bypass.md
- Auto-calibration: detection/auto-calibration.md
- Network transports:
- Overview: transports/overview.md
- TLS compatibility: transports/tls.md
- Proxy: transports/proxy.md
- OpenVPN: transports/openvpn.md
- WireGuard: transports/wireguard.md
- Examples:
- Basic scans: examples/basic-scans.md
- Batch scans: examples/batch-scans.md
- Authenticated scans: examples/authenticated-scans.md
- WAF-safe scans: examples/waf-safe-scans.md
- Header-bypass scans: examples/header-bypass-scans.md
- VPN transport scans: examples/vpn-transport-scans.md
- CI/CD: examples/ci-cd.md
- Reference:
- Sniffers: Sniffers.md
- Wizard: Wizard.md
- Testing: Testing.md
- Contribution: Contribution.md
- Changelog: Changelog.md
- License: License.md
validation:
omitted_files: warn
absolute_links: warn
unrecognized_links: warn
anchors: warn
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- shell
sticky_navigation: true