Advertisement
SH1NU11b1

fatninja.sh

Jul 16th, 2015
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.76 KB | None | 0 0
  1. #!/bin/bash
  2. a=`cat <<-EOF
  3.  
  4. https://github.com/averagesecurityguy/scripts.git
  5. https://github.com/zackiles/Rspoof.git
  6. https://github.com/sh1nu11bi/sshuttle.git
  7. https://github.com/sh1nu11bi/evercookie.git
  8. https://github.com/sh1nu11bi/cortana-scripts.git
  9. https://github.com/sh1nu11bi/Generate-Macro.git
  10. https://github.com/googleinurl/SCANNER-INURLBR.git
  11. https://github.com/1N3/BruteX.git
  12. https://github.com/milo2012/osintstalker.git
  13. https://github.com/rsmudge/cortana-scripts.git
  14. https://github.com/EliasOenal/multimon-ng.git
  15. https://github.com/themightyshiv/buildvpn.git
  16. https://github.com/kanzure/python-wmi-client-wrapper.git
  17. https://github.com/rsmudge/metasploit-loader.git
  18. https://github.com/Netflix/Workflowable.wiki.git
  19. https://github.com/Netflix/msl.git
  20. https://github.com/Netflix/Scumblr.git
  21. https://github.com/Netflix/denominator.git
  22. https://github.com/Netflix/sketchy.git
  23. https://github.com/Miserlou/Hash-Identifier.git
  24. https://github.com/offensive-security/kali-sly-pi.git
  25. https://github.com/nccgroup/metasploitavevasion.git
  26. https://github.com/devttys0/binwalk.git
  27. https://github.com/danielmiessler/SecLists.git
  28. https://github.com/Veil-Framework/Veil-Evasion.git
  29. https://github.com/Veil-Framework/PowerTools.git
  30. https://github.com/Veil-Framework/Veil.git
  31. https://github.com/Veil-Framework/Veil-Pillage.git
  32. https://github.com/Veil-Framework/Veil-Catapult.git
  33. https://github.com/cheetz/spearphishing.git
  34. https://github.com/enigma0x3/Generate-Macro.git
  35. https://github.com/secforce/sparta.git
  36. https://github.com/infobyte/faraday.git
  37. https://github.com/DanMcInerney/xsscrapy.git
  38. https://github.com/golismero/golismero.git
  39. https://github.com/0x90/wps-scripts.git
  40. https://github.com/jgilhutton/pyxiewps.git
  41. EOF`
  42. cd /opt
  43. for i in $a
  44. do
  45.  
  46. git clone $i
  47. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement