https://github.com/5amu/dnshunter
Just a program to perform some DNS/BGP security assessments automatically
https://github.com/5amu/dnshunter
automation bgp cybersecurity dns pentest-tool vulnerability-assessment
Last synced: 4 months ago
JSON representation
Just a program to perform some DNS/BGP security assessments automatically
- Host: GitHub
- URL: https://github.com/5amu/dnshunter
- Owner: 5amu
- Created: 2021-12-12T16:52:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T13:55:06.000Z (over 2 years ago)
- Last Synced: 2025-07-28T06:51:36.716Z (11 months ago)
- Topics: automation, bgp, cybersecurity, dns, pentest-tool, vulnerability-assessment
- Language: Go
- Homepage:
- Size: 4.36 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DNS Hunter
A program to perform many DNS checks automatically.
---
DNSHunter is a tool to perform various checks on a DNS zone. It is aimed to security professionals that will check the security of a Nameserver and BGP infrastructure.
## Install
Install using go:
```
go install -v github.com/5amu/dnshunter/cmd/dnshunter@latest
```
Or visit the release page and get the latest for your arch.
## Usage
It's still in heavy development and arguments might change in the future, so refer to the help switch:
```bash
dnshunter -h
```