Skip to main content

how to install subfinder on kali linux







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

Comments

  1. Other tool https://github.com/WHK102/wss make a tree with ip address, ports and https services of subdomains found

    ReplyDelete
  2. hey update Installing link is change

    new ==>>
    GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/cmd/subfinder

    ReplyDelete

Post a Comment

Popular posts from this blog

New Working Shopping Site SQLi Dorks

Most Important XSS Cheat Sheet

How to Install Mosh on you Linux ec2 Instance