Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3dhulk/subdomain-scanner-in-golang
Subdomain Scanner In GOlang
https://github.com/r3dhulk/subdomain-scanner-in-golang
blackhat blackhatethicalhacking blackhathacker blackhathacking ethical ethical-hacking ethical-hacking-tool ethical-hacking-tools ethicalhacking go-for-ethical-hackers go-for-ethical-hacking goforethicalhackers goforethicalhacking hacking subdomain subdomain-enumeration subdomain-scanner subdomains subdomains-discovery subdomains-scanner
Last synced: 5 days ago
JSON representation
Subdomain Scanner In GOlang
- Host: GitHub
- URL: https://github.com/r3dhulk/subdomain-scanner-in-golang
- Owner: R3DHULK
- License: mit
- Created: 2023-01-06T17:12:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T18:43:48.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T19:57:25.683Z (5 months ago)
- Topics: blackhat, blackhatethicalhacking, blackhathacker, blackhathacking, ethical, ethical-hacking, ethical-hacking-tool, ethical-hacking-tools, ethicalhacking, go-for-ethical-hackers, go-for-ethical-hacking, goforethicalhackers, goforethicalhacking, hacking, subdomain, subdomain-enumeration, subdomain-scanner, subdomains, subdomains-discovery, subdomains-scanner
- Language: Go
- Homepage:
- Size: 196 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Subdomain Scanner In Go
What Is Subdomain Scanner?
The Subdomain Scanner is a subdomain discovery tool. It allows you to run a scan for a top-level domain name to discover target organization subdomains configured in its hierarchy.#
#
😇 Author: Sumalya Chatterjee
#
❤️ Don't Copy, Do Fork 😊
#
Open The Go File And Modified Your Domain Name (You Can Also Modified Extra Strings If You Want) 👇
![Alt text](subdomain-scan-geany.png)
#
And Then Run The Tool 👇
![Alt text](subdomain-scan.png)
#Git Installation
```
# Install Git
sudo apt install git# Install Go
sudo apt install golang# Git Clone
git clone https://github.com/R3DHULK/subdomain-scanner-in-golang# Change Directory
cd subdomain-scanner-in-golang# Open This go file and modified domain name as showed in the first picture
# In My Case I Used example.com for testing purposes# Run This Tool To Scan Subdomains On Target Networks
go run subdomain-scan.go```
#
Show Support 👇👇👇