SH1NU11B1
7/22/2015 - 5:09 PM

fatninja.sh

#!/usr/bin/bash
a=`cat <<-EOF
https://github.com/averagesecurityguy/scripts.git
https://github.com/zackiles/Rspoof.git
https://github.com/sh1nu11bi/sshuttle.git
https://github.com/sh1nu11bi/evercookie.git
https://github.com/sh1nu11bi/cortana-scripts.git
https://github.com/sh1nu11bi/Generate-Macro.git
https://github.com/googleinurl/SCANNER-INURLBR.git
https://github.com/1N3/BruteX.git
https://github.com/milo2012/osintstalker.git
https://github.com/rsmudge/cortana-scripts.git
https://github.com/EliasOenal/multimon-ng.git
https://github.com/themightyshiv/buildvpn.git
https://github.com/kanzure/python-wmi-client-wrapper.git
https://github.com/rsmudge/metasploit-loader.git
https://github.com/Netflix/Workflowable.wiki.git
https://github.com/Netflix/msl.git
https://github.com/Netflix/Scumblr.git
https://github.com/Netflix/denominator.git
https://github.com/Netflix/sketchy.git
https://github.com/Miserlou/Hash-Identifier.git
https://github.com/offensive-security/kali-sly-pi.git
https://github.com/nccgroup/metasploitavevasion.git
https://github.com/devttys0/binwalk.git
https://github.com/danielmiessler/SecLists.git
https://github.com/Veil-Framework/Veil-Evasion.git
https://github.com/Veil-Framework/PowerTools.git
https://github.com/Veil-Framework/Veil.git
https://github.com/Veil-Framework/Veil-Pillage.git
https://github.com/Veil-Framework/Veil-Catapult.git
https://github.com/cheetz/spearphishing.git
https://github.com/enigma0x3/Generate-Macro.git
https://github.com/secforce/sparta.git
https://github.com/infobyte/faraday.git
https://github.com/DanMcInerney/xsscrapy.git
https://github.com/golismero/golismero.git
https://github.com/0x90/wps-scripts.git
https://github.com/jgilhutton/pyxiewps.git
EOF`
cd /opt
for i in $a
do

git clone $i
done