Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3dhulk/dns-enumeration-in-go
DNS Enumeration In GOlang
https://github.com/r3dhulk/dns-enumeration-in-go
blackhat blackhathacker blackhathacking cli dns dns-enumeration ethical ethical-hacking ethical-hacking-tools ethicalhacking go go-for-ethical-hackers go-for-ethical-hacking goforethicalhackers goforethicalhacking golang golang-tools hacking tools tui
Last synced: 5 days ago
JSON representation
DNS Enumeration In GOlang
- Host: GitHub
- URL: https://github.com/r3dhulk/dns-enumeration-in-go
- Owner: R3DHULK
- License: mit
- Created: 2023-01-14T07:07:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T19:23:26.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T19:55:59.275Z (5 months ago)
- Topics: blackhat, blackhathacker, blackhathacking, cli, dns, dns-enumeration, ethical, ethical-hacking, ethical-hacking-tools, ethicalhacking, go, go-for-ethical-hackers, go-for-ethical-hacking, goforethicalhackers, goforethicalhacking, golang, golang-tools, hacking, tools, tui
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DNS Enumeration In Go
What Is DNS Enumeration?
DNS enumeration is the process of locating all the DNS servers and their corresponding records for an organization. DNS enumeration will yield usernames, computer names, and IP addresses of potential target systems.#
#
😇 Author: Sumalya Chatterjee
#
❤️ Don't Copy, Do Fork 😊
#
Run The Tool 👇
![Alt text](dns-tui-go.png)
#
Git Installation
```
# Install Git
sudo apt install git# Install Go
sudo apt install golang# Git Clone
git clone https://github.com/R3DHULK/dns-enumeration-in-go# Change Directory
cd dns-enumeration-in-go# Run This Tool To Find Subdomains On Target Networks
go run dns-enumeration-mod.go```
#
Show Support 👇👇👇