Translated ['src/README.md', 'src/banners/hacktricks-training.md', 'src/

This commit is contained in:
Translator
2024-12-31 20:29:08 +00:00
parent 2753c75e8b
commit 396dbafaf2
245 changed files with 9878 additions and 12609 deletions

View File

@@ -4,16 +4,15 @@
## Route 53
Amazon Route 53 is a cloud **Domain Name System (DNS)** web service.\
You can create https, http and tcp **health checks for web pages** via Route53.
Amazon Route 53 is 'n wolk **Domain Name System (DNS)** webdiens.\
Jy kan https, http en tcp **gesondheidskontroles vir webbladsye** via Route53 skep.
### IP-based routing <a href="#routing-policy-ipbased" id="routing-policy-ipbased"></a>
### IP-gebaseerde roetering <a href="#routing-policy-ipbased" id="routing-policy-ipbased"></a>
This is useful to tune your DNS routing to make the best DNS routing decisions for your end users.\
IP-based routing offers you the additional ability to **optimize routing based on specific knowledge of your customer base**.
### Enumeration
Dit is nuttig om jou DNS-roetering aan te pas om die beste DNS-roeteringsbesluite vir jou eindgebruikers te neem.\
IP-gebaseerde roetering bied jou die addisionele vermoë om **roetering te optimaliseer op grond van spesifieke kennis van jou kliëntebasis**.
### Enumerasie
```bash
aws route53 list-hosted-zones # Get domains
aws route53 get-hosted-zone --id <hosted_zone_id>
@@ -21,7 +20,6 @@ aws route53 list-resource-record-sets --hosted-zone-id <hosted_zone_id> # Get al
aws route53 list-health-checks
aws route53 list-traffic-policies
```
### Privesc
{{#ref}}
@@ -29,7 +27,3 @@ aws route53 list-traffic-policies
{{#endref}}
{{#include ../../../banners/hacktricks-training.md}}