https://github.com/lc/brute53
A tool to bruteforce nameservers when working with subdomain delegations to AWS.
https://github.com/lc/brute53
Last synced: about 1 year ago
JSON representation
A tool to bruteforce nameservers when working with subdomain delegations to AWS.
- Host: GitHub
- URL: https://github.com/lc/brute53
- Owner: lc
- Created: 2019-04-14T00:07:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T18:19:29.000Z (almost 7 years ago)
- Last Synced: 2025-03-18T14:01:47.895Z (about 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 59
- Watchers: 4
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brute53
A tool to bruteforce nameservers when working with subdomain delegations to AWS. Based off Frans Rosén's talk ["DNS hijacking using cloud providers - no verification needed"](https://youtu.be/FXCzdWm2qDg?t=1132)
⚠️ Note: this tool is currently not working and is on the list to be fixed at somepoint
### Pre-requisites:
- golang
- AWS IAM User with access to [Route53](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_create.html)
### Installation:
```
go get -u github.com/lc/brute53
```
### Usage:
```
root@doggos:~# brute53 -c ~/.aws/credentials -delay 2 -t vulnerable.example.com
```
