-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathinstallation.sh
28 lines (19 loc) · 950 Bytes
/
installation.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#bin/bash
printf "Subjs installation.. (Thanks to Corben Leo :) )\n\n"
go install github.com/lc/subjs@latest
printf "Gau installation.. (Thanks to Corben Leo :) )\n\n"
go install github.com/lc/gau@latest
printf "Hackrawler installation.. (Thanks to Luke Stephens :) )\n\n"
go install github.com/hakluke/hakrawler@latest
printf "github-endpoints.py wgetting.. (Thanks to Gwendal Le Coguic :) )\n\n"
wget https://github.com/gwen001/github-search/raw/master/github-endpoints.py
printf "Nuclei & httpx installation.. (Thanks to @projectdiscovery :) )\n\n"
go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
printf "Arjun installation.. (Thanks to Somdev Sangwan :) )\n\n"
git clone https://github.com/w9w/Arjun.git
printf "tldextract python module installation ..."
pip3 install tldextract
mkdir tmp
chmod +x automation.sh
chmod +x automation/404_js_wayback.sh