Skip to content

kh4sh3i/subdomain-enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subdomain enumeration

this is a sample subdomain enumeration write with go we use crt.sh domain for find all subdoamin.

after find domain we can call any tools like httpx,...

usage

go run enum.go <domain>

learning

for learnig go language you can use

develop tools

for develop this module use

mkdir subdomain-enumeration
cd subdomain-enumeration
go mod init subdomain-enumeration