Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrf45 committed Aug 21, 2023
1 parent 49a25ca commit 371f0a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/2-tools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

sudo apt-get install amass -y

httprobe_install() {
wget -q https://github.com/tomnomnom/httprobe/releases/download/v0.2/httprobe-linux-amd64-0.2.tgz -O httprobe.tgz &&
Expand Down Expand Up @@ -57,6 +56,8 @@ notify_install() {
-O notify.zip && unzip -o notify && mv notify $HOME/.local/notify && rm notify.zip && rm LICENSE.md README.md
}

sudo apt-get install amass -y

httprobe_install
go-dorks_install
rush_install
Expand Down

0 comments on commit 371f0a1

Please sign in to comment.