attackdebris / reverse-dns-sweep

Use ghba to do a reverse DNS sweep of subnets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#reverse-dns-sweep

a reverse DNS sweep of subnets

Introduction

This will simply run through a range of IP addresses and retrieve their Host Names

Installation

make default

Usage

./ghba 136.206.1.0/24

Example Output

Scanning Class C network 136.206.1...
136.206.1.1 => ns1-ext.dcu.ie
136.206.1.2 => ns2-ext.dcu.ie
136.206.1.3 => ns1-int.dcu.ie
136.206.1.4 => dynamo.dcu.ie
136.206.1.5 => mail.dcu.ie
136.206.1.6 => xeno.dcu.ie

About

Use ghba to do a reverse DNS sweep of subnets


Languages

Language:C 100.0%