Skip to content

Commit

Permalink
Added call to install_amass.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 11, 2019
1 parent c46cc50 commit 239d589
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 @@ -23,6 +23,7 @@ function install_kali() {
install_sublist3r;
install_corstest;
install_s3scanner;
install_amass;
install_go_tools;
}
function install_debian() {
Expand All @@ -38,6 +39,7 @@ function install_debian() {
install_corstest;
install_s3scanner;
install_nikto;
install_amass;
install_go;
install_go_tools;
}
Expand All @@ -52,6 +54,7 @@ function install_ubuntu() {
install_sublist3r;
install_corstest;
install_s3scanner;
install_amass;
install_go;
install_go_tools;
}
Expand Down

0 comments on commit 239d589

Please sign in to comment.