As sub-finder is written in go we have to install golang on our kali box to use go programms
installing golang
apt install golang
Downloading
git clone https://github.com/subfinder/subfinder.git
Installing
go get github.com/subfinder/subfinder
Running subfinder
now change to the subfinder directory where you have cloned it
type :
go run main.go
Other tool https://github.com/WHK102/wss make a tree with ip address, ports and https services of subdomains found
ReplyDeletethanks
ReplyDeletehey update Installing link is change
ReplyDeletenew ==>>
GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/cmd/subfinder