Skip to content

Manuel Installation

Furkan Deniz edited this page Feb 24, 2024 · 2 revisions

First you need golan-go for a lot of tools.

$ sudo apt-get install golang-go
$ sudo apt-get install whatweb

or

$ git clone https://github.com/urbanadventurer/WhatWeb.git
$ cd WhatWeb
$ cp whatweb /usr/bin/whatweb
$ sudo apt-get install subfinder

or

$ go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
$ sudo apt-get install subfinder

or

$ go install -v github.com/tomnomnom/assetfinder@latest
$ cp ~/go/bin/assetfinder /usr/bin/assetfinder
$ curl -LO https://github.com/findomain/findomain/releases/latest/download/findomain-linux-i386.zip
$ unzip findomain-linux-i386.zip
$ chmod +x findomain
$ sudo mv findomain /usr/bin/findomain
$ sudo -rm findomain-linux-i386.zip
$ sudo apt-get install sublist3r
$ sudo apt-get install theharvester
$ sudo apt-get install massdns
$ sudo apt-get install dnsgen
$ sudo apt-get install altdns

or

$ pip3 install py-altdns==1.0.2
$ sudo apt-get install wfuzz

or

$ pip install wfuzz
$ go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
$ cp ~/go/bin/httpx /usr/bin/httpx
$ go install github.com/projectdiscovery/katana/cmd/katana@latest
$ cp ~/go/bin/katana /usr/bin/katana
$ go install github.com/hakluke/hakrawler@latest
$ cp ~/go/bin/hakrawler /usr/bin/hakrawler
$ go install github.com/0xsha/GoLinkFinder@latest
$ cp ~/go/bin/GoLinkFinder /usr/bin/golinkfinder
$ go install github.com/003random/getJS@latest
$ cp ~/go/bin/getJS  /usr/bin/getjs
$ go install github.com/tomnomnom/waybackurls@latest
$ cp ~/go/bin/waybackurls  /usr/bin/waybackurls
$ go install github.com/lc/gau/v2/cmd/gau@latest
$ cp ~/go/bin/gau  /usr/bin/gau
$ go install -v github.com/edoardottt/cariddi/cmd/cariddi@latest
$ cp ~/go/bin/cariddi  /usr/bin/cariddi
$ go install -v github.com/projectdiscovery/shuffledns/cmd/shuffledns@latestt 
$ cp ~/go/bin/shuffledns  /usr/bin/shuffledns"
$ sudo apt-get install gobuster
$ go install -v github.com/sensepost/gowitness@latest
$ cp ~/go/bin/gowitness /usr/bin/gowitness