Prepare-kali

This commit is contained in:
mgeeky 2019-04-10 15:04:13 +02:00
parent 46b1db2504
commit 1dcd319748
1 changed files with 3 additions and 2 deletions

View File

@ -157,7 +157,9 @@ popd
pushd recon pushd recon
git_clone https://github.com/FortyNorthSecurity/EyeWitness.git git_clone https://github.com/FortyNorthSecurity/EyeWitness.git
git_clone https://github.com/OWASP/Amass.git
git_clone https://github.com/michenriksen/gitrob.git git_clone https://github.com/michenriksen/gitrob.git
git_clone https://github.com/darkoperator/dnsrecon.git
git_clone https://github.com/smicallef/spiderfoot.git git_clone https://github.com/smicallef/spiderfoot.git
git_clone https://bitbucket.org/LaNMaSteR53/recon-ng.git ; cd recon-ng ; pip install -r REQUIREMENTS ; cd .. git_clone https://bitbucket.org/LaNMaSteR53/recon-ng.git ; cd recon-ng ; pip install -r REQUIREMENTS ; cd ..
git_clone https://github.com/infosec-au/altdns.git git_clone https://github.com/infosec-au/altdns.git
@ -240,7 +242,6 @@ git_clone https://github.com/sullo/nikto.git
git_clone https://github.com/gw0/PadBuster.git git_clone https://github.com/gw0/PadBuster.git
git_clone https://github.com/OJ/gobuster.git git_clone https://github.com/OJ/gobuster.git
git_clone https://github.com/GerbenJavado/LinkFinder.git git_clone https://github.com/GerbenJavado/LinkFinder.git
git_clone https://github.com/OWASP/Amass.git
git_clone https://github.com/ticarpi/jwt_tool.git git_clone https://github.com/ticarpi/jwt_tool.git
git_clone https://github.com/dnoiz1/git-money.git git_clone https://github.com/dnoiz1/git-money.git
git_clone https://github.com/arthaud/git-dumper.git git_clone https://github.com/arthaud/git-dumper.git
@ -555,4 +556,4 @@ alias block_dir='sudo chmod -R 700'
alias recursivegitpull='find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;' alias recursivegitpull='find . -mindepth 1 -maxdepth 1 -type d -print -exec git -C {} pull \;'
EOF EOF
sed -i -r "s:~/:$ROOT_DIR/:" $ROOT_DIR/.bashrc sed -i -r "s:~/:$ROOT_DIR/:" $ROOT_DIR/.bashrc