This commit is contained in:
mgeeky 2019-12-03 12:06:45 +01:00
parent 50262fb0fb
commit 60adf26e0c
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@
# will have to carry off the setup himself # will have to carry off the setup himself
# - issues with unavailable repositories/packages are NOT acceptable. I need to either take care of # - issues with unavailable repositories/packages are NOT acceptable. I need to either take care of
# keeping tools list more or less up-to-date, or to remove tool's pull down entirely from the script # keeping tools list more or less up-to-date, or to remove tool's pull down entirely from the script
# - only tools that I've found useful at least twice are landing in this script. # - only tools that I've found useful at least once are landing in this script.
# #
# Mariusz B., '18-'19 # Mariusz B., '18-'19
# #
@ -478,7 +478,6 @@ git_clone https://github.com/droope/droopescan.git
git_clone https://github.com/enjoiz/XXEinjector.git git_clone https://github.com/enjoiz/XXEinjector.git
git_clone https://github.com/breenmachine/httpscreenshot.git git_clone https://github.com/breenmachine/httpscreenshot.git
git_clone https://github.com/beefproject/beef/ ; pushd beef ; yes | ./install ; popd git_clone https://github.com/beefproject/beef/ ; pushd beef ; yes | ./install ; popd
git_clone https://github.com/mitmproxy/mitmproxy.git
git_clone https://github.com/sqlmapproject/sqlmap.git git_clone https://github.com/sqlmapproject/sqlmap.git
mkdir aquatone ; cd aquatone mkdir aquatone ; cd aquatone
wget https://github.com/michenriksen/aquatone/releases/latest/download/aquatone_linux_amd64_1.6.0.zip wget https://github.com/michenriksen/aquatone/releases/latest/download/aquatone_linux_amd64_1.6.0.zip