Skip to content

geeksniper/subdofind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

subdofind

This tool can gather possible subdomains and identify live hosts

tools need to be installed

To run this tool need to install following tools

sublister

sudo apt install sublist3r

amass

sudo apt install amass

now need to install golang

sudo apt install golang

configure $GOPATH/bin

nano ~/.bashrc

go to the last line of ~/.bashrc file then export those lines

export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin

scripts need to be installed

anew

go get -u github.com/tomnomnom/anew

assetfinder

go get -u github.com/tomnomnom/assetfinder

gospider

go get -u github.com/jaeles-project/gospider

httprobe

go get -u github.com/tomnomnom/httprobe

Install

git clone https://github.com/geeksniper/subdofind.git
cd /subdofind
chmod +x subdofind.sh

use

./subdofind.sh <domain_name>

About

This tool can gather all possible subdomains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages