Skip to content

Commit

Permalink
Merge pull request #154 from domain-protect/fix-links
Browse files Browse the repository at this point in the history
Fix documentation links
  • Loading branch information
paulschwarzenberger authored Dec 5, 2024
2 parents 2401e53 + 16ebd78 commit 706a199
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ Talk and demo on [YouTube](https://youtu.be/fLrRLmKZTvE)

## Installation
* Domain Protect is packaged as a [public Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest)
* Ensure [requirements](/docs/requirements.md) are met
* Ensure [requirements](docs/requirements.md) are met
* See [Installation](docs/installation.md) for details on how to install

## Migration

See [migration](/docs/migration.md) for a guide to migrating from the [original Domain Protect repository](https://github.com/domain-protect/domain-protect) to the [Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest)
See [migration](docs/migration.md) for a guide to migrating from the [original Domain Protect repository](https://github.com/domain-protect/domain-protect) to the [Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest)

## Collaboration
> 📢 We welcome contributions! Please see the [OWASP Domain Protect website](https://owasp.org/www-project-domain-protect/) for more details.
Expand Down
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ Talk and demo on [YouTube](https://youtu.be/fLrRLmKZTvE)

## Features
* scan Amazon Route53 across an AWS Organization for domain records vulnerable to takeover
* scan [Cloudflare](docs/cloudflare.md) for vulnerable DNS records
* scan [Cloudflare](cloudflare.md) for vulnerable DNS records
* take over vulnerable subdomains yourself before attackers and bug bounty researchers
* automatically create known issues in [Bugcrowd](docs/bugcrowd.md) or [HackerOne](docs/hackerone.md)
* automatically create known issues in [Bugcrowd](bugcrowd.md) or [HackerOne](hackerone.md)
* vulnerable domains in Google Cloud DNS can be detected by [Domain Protect for GCP](https://github.com/ovotech/domain-protect-gcp)
* [manual scans](manual_scans/aws/README.md) of cloud accounts with no installation
* [manual scans](manual-aws-scans.md) of cloud accounts with no installation

## Installation
* Domain Protect is packaged as a [public Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest)
* Ensure [requirements](/docs/requirements.md) are met
* See [Installation](docs/installation.md) for details on how to install
* Ensure [requirements](requirements.md) are met
* See [Installation](installation.md) for details on how to install

## Migration

See [migration](/docs/migration.md) for a guide to migrating from the [original Domain Protect repository](https://github.com/domain-protect/domain-protect) to the [Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest)
See [migration](migration.md) for a guide to migrating from the [original Domain Protect repository](https://github.com/domain-protect/domain-protect) to the [Terraform Module](https://registry.terraform.io/modules/domain-protect/domain-protect/aws/latest)

## Collaboration
We welcome collaborators! Please see the [OWASP Domain Protect website](https://owasp.org/www-project-domain-protect/) for more details.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ nav:
- Vulnerable A records (IP addresses): a-records.md
- 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
Expand Down

0 comments on commit 706a199

Please sign in to comment.