Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Cobra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ git clone https://github.com/projectdiscovery/nuclei-templates;
go get github.com/haccer/subjack;
git clone https://github.com/findomain/findomain.git;
GO111MODULE=on go get -u -v github.com/lc/gau;
GO111MODULE=on go get -u -v github.com/hahwul/dalfox;
GO111MODULE=on go get -v -u github.com/OWASP/Amass/v3/...
git clone https://github.com/maurosoria/dirsearch
git clone https://github.com/s0md3v/Corsy.git;
go get -u github.com/ffuf/ffuf;
GO111MODULE=on go get -u github.com/ffuf/ffuf;
sudo apt install -y libpcap-dev;
GO111MODULE=on go get -v github.com/projectdiscovery/naabu/v2/cmd/naabu
GO111MODULE=on go get -u -v github.com/projectdiscovery/httpx/cmd/httpx;
Expand Down