-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
97 lines (94 loc) · 3.22 KB
/
mkdocs.yml
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: OWASP Domain Protect AWS
site_description: Terraform module for OWASP Domain Protect on AWS
site_author: Paul Schwarzenberger
site_url: https://domainprotect.cloud
repo_name: domain-protect/terraform-aws-domain-protect
repo_url: https://github.com/domain-protect/terraform-aws-domain-protect
edit_uri: edit/main/docs/
use_directory_urls: true
theme:
name: material
logo: assets/slack/domain-protect-icon.png
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to system preference
- scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- pymdownx.snippets
- navigation.footer
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
language: en
extra:
status:
new: Recently added
deprecated: Deprecated
social:
- icon: fontawesome/brands/github
link: https://github.com/domain-protect/terraform-aws-domain-protect
- icon: fontawesome/brands/twitter
link: https://twitter.com/paulschwarzen
nav:
- Home: index.md
- Architecture: architecture.md
- Features:
- Vulnerability types: vulnerability-types.md
- Automated takeover: automated-takeover.md
- Cloudflare: cloudflare.md
- Bugcrowd: bugcrowd.md
- HackerOne: hackerone.md
- Vulnerable A records (IP addresses): a-records.md
- Database: database.md
- Alerts: alerts.md
- Reports: reports.md
- Installation:
- Requirements: requirements.md
- Installation: installation.md
- Migration: migration.md
- Slack Webhooks: slack-webhook.md
- AWS IAM policies: aws-iam-policies.md
- CI/CD: ci-cd.md
- Manual scans:
- Manual AWS scans: manual-aws-scans.md
- Manual Cloudflare scans: manual-cf-scans.md
- Development and Testing:
- Development: development.md
- Code Standards: code-standards.md
- Automated Tests: automated-tests.md
- Manual Tests: manual-tests.md
- Integration Tests: integration-tests.md
- Individual Manual Tests:
- A record Elastic IP / EC2: test-records/a-eip.md
- A record Global Accelerator: test-records/a-globalaccelerator.md
- Alias CloudFront S3: test-records/alias-cloudfront.md
- Alias Elastic Beanstalk: test-records/alias-eb.md
- Alias S3: test-records/alias-s3.md
- CNAME Azure: test-records/cname-azure.md
- CNAME CloudFront S3: test-records/cname-cloudfront.md
- CNAME Elastic Beanstalk: test-records/cname-eb.md
- CNAME Google: test-records/cname-google.md
- CNAME S3: test-records/cname-s3.md
- NS Subdomain: test-records/ns-subdomain.md
- NS Domain: test-records/ns-domain.md
- CloudFlare Azure: test-records/cloudflare-azure.md
- Cloudflare CNAME: test-records/cloudflare-cname.md
- Cloudflare Elastic Beanstalk: test-records/cloudflare-eb.md
- CloudFlare NS: test-records/cloudflare-ns.md
- Cloudflare S3: test-records/cloudflare-s3.md
- Conference Talks and Blog Posts: talks.md
plugins:
- social