Skip to content

Commit

Permalink
Update installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thecyberneh committed Sep 7, 2023
1 parent 5613738 commit 9b3af6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ go install -v github.com/LukaSikic/subzy@latest
go install -v github.com/projectdiscovery/notify/cmd/notify@latest
wget https://github.com/findomain/findomain/releases/latest/download/findomain-linux.zip
unzip findomain-linux.zip
mv findomain $HOME/go/bin
chmod 777 $HOME/go/bin/findomain
mv findomain /$HOME/go/bin
chmod 777 /$HOME/go/bin/findomain
go install github.com/tomnomnom/httprobe@latest
go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest
go install -v github.com/projectdiscovery/nuclei/v2/cmd/nuclei@latest

shc -f scriptkiddi3.sh
mv scriptkiddi3.sh.x scriptkiddi3
cp scriptkiddi3 $HOME/go/bin
chmod 777 $HOME/go/bin/scriptkiddi3
cp scriptkiddi3 /$HOME/go/bin
chmod 777 /$HOME/go/bin/scriptkiddi3
rm -rf scriptkiddi3.sh

wget https://wordlists-cdn.assetnote.io/data/automated/httparchive_subdomains_2020_11_18.txt -O subdomains.txt
Expand Down

0 comments on commit 9b3af6d

Please sign in to comment.