Skip to content

Commit

Permalink
Added call to install_dirsearch.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 29, 2019
1 parent fde6d25 commit 39e2994
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function install_kali() {
install_corstest;
install_s3scanner;
install_amass;
install_dirsearch;
install_go_tools;
}
function install_debian() {
Expand All @@ -42,6 +43,7 @@ function install_debian() {
install_s3scanner;
install_nikto;
install_amass;
install_dirsearch;
install_go;
install_go_tools;
}
Expand All @@ -58,6 +60,7 @@ function install_ubuntu() {
install_corstest;
install_s3scanner;
install_amass;
install_dirsearch;
install_go;
install_go_tools;
}
Expand Down

0 comments on commit 39e2994

Please sign in to comment.