Skip to content

Instantly share code, notes, and snippets.

@sh1nu11bi
Created July 22, 2015 17:09
Show Gist options
  • Save sh1nu11bi/3125518a677505a57ee8 to your computer and use it in GitHub Desktop.
Save sh1nu11bi/3125518a677505a57ee8 to your computer and use it in GitHub Desktop.
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment