Skip to content

Commit f74e8e3

Browse files
authored
Initial commits
1 parent 62b7553 commit f74e8e3

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

README.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,51 @@
1-
# subdomain-scanner-in-golang
1+
<h1><b>Subdomain Scanner In Go</b></h1>
2+
<h1><b>What Is Subdomain Scanner?</b></h1>
3+
<h2><i>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.</h1></i>
4+
5+
#
6+
<img src="https://img.shields.io/badge/Go-blue"> <img src="https://img.shields.io/badge/Licence-MIT-yellowgreen"><img src="https://img.shields.io/badge/Download-Now-green"></a>
7+
8+
#
9+
<h2><b> 😇 Author: Sumalya Chatterjee </b></h2>
10+
11+
#
12+
<h1><b>❤️ Don't Copy, Do Fork 😊</b></h1>
13+
14+
#
15+
<h1><b>Open The Go File And Modified Your Domain Name (You Can Also Modified Extra Strings If You Want) 👇</b></h1>
16+
17+
![Alt text](subdomain-scan-geany.png)
18+
19+
#
20+
21+
<h1><b>And Then Run The Tool 👇</b></h1>
22+
23+
![Alt text](subdomain-scan.png)
24+
#
25+
26+
<h1><b>Git Installation </h1></b>
27+
28+
```
29+
# Install Git
30+
sudo apt install git
31+
32+
# Install Go
33+
sudo apt install golang
34+
35+
# Git Clone
36+
git clone https://github.com/R3DHULK/subdomain-scanner-in-golang
37+
38+
# Change Directory
39+
cd subdomain-scanner-in-golang
40+
41+
# Open This go file and modified domain name as showed in the first picture
42+
# In My Case I Used example.com for testing purposes
43+
44+
# Run This Tool To Scan Subdomains On Target Networks
45+
go run subdomain-scan.go
46+
47+
```
48+
#
49+
<h2><b><i> Show Support 👇👇👇</b></i> </h2>
50+
<a href="https://www.buymeacoffee.com/r3dhulk"> <img align="center" src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" height="50" width="210" alt="https://www.buymeacoffee.com/r3dhulk" /></a><br><br>
51+

0 commit comments

Comments
 (0)