An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          




DNSHunter


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
```