SH1NU11b1

#Hacking Team Git Hub Clone Bash Script

Jul 15th, 2015
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.88 KB | None | 0 0
  1. #!/bin/bash
  2. a=`cat <<-EOF
  3.  
  4. git clone https://github.com/hackedteam/vector-ni
  5. git clone https://github.com/hackedteam/rcs-db
  6. git clone https://github.com/hackedteam/fuzzer-android
  7. git clone https://github.com/hackedteam/vector-exploit
  8. git clone https://github.com/hackedteam/test-av2
  9. git clone https://github.com/hackedteam/core-winphone
  10. git clone https://github.com/hackedteam/rcs-db-ext
  11. git clone https://github.com/hackedteam/core-android-market
  12. git clone https://github.com/hackedteam/scout-win
  13. git clone https://github.com/hackedteam/core-android-audiocapture
  14. git clone https://github.com/hackedteam/vector-edk
  15. git clone https://github.com/hackedteam/core-ios
  16. git clone https://github.com/hackedteam/core-blackberry
  17. git clone https://github.com/hackedteam/core-symbian
  18. git clonehttps://github.com/hackedteam/core-android
  19. git clone https://github.com/hackedteam/vector-silent
  20. git clone https://github.com/hackedteam/core-winmobile
  21. git clone https://github.com/hackedteam/vector-default
  22. git clone https://github.com/hackedteam/vector-offline2
  23. git clone https://github.com/hackedteam/test-av
  24. git clone https://github.com/hackedteam/rcs-console
  25. git clone https://github.com/hackedteam/fuzzer-windows
  26. git clone https://github.com/hackedteam/core-win32
  27. git clone https://github.com/hackedteam/core-android-native
  28. git clone https://github.com/hackedteam/rcs-anonymizer-old
  29. git clone https://github.com/hackedteam/poc-x
  30. git clone https://github.com/hackedteam/gitosis-admin
  31. git clone https://github.com/hackedteam/driver-macos
  32. git clone https://github.com/hackedteam/vector-dropper
  33. git clone https://github.com/hackedteam/core-linux
  34. git clone https://github.com/hackedteam/core-macos
  35. git clone https://github.com/hackedteam/rcs-common
  36. git clone https://github.com/hackedteam/GeoTrust
  37. git clone https://github.com/hackedteam/soldier-win
  38. git clone https://github.com/hackedteam/rcs-anonymizer
  39. git clone https://github.com/hackedteam/rcs-collector
  40. git clone https://github.com/hackedteam/rcs-backdoor
  41. git clone https://github.com/hackedteam/vector-applet
  42. git clone https://github.com/hackedteam/driver-win32
  43. git clone https://github.com/hackedteam/driver-win64
  44. git clone https://github.com/hackedteam/vector-offline
  45. git clone https://github.com/hackedteam/rcs-console-library
  46. git clone https://github.com/hackedteam/rcs-console-mobile
  47. git clone https://github.com/hackedteam/core-packer
  48. git clone https://github.com/hackedteam/shshget
  49. git clone https://github.com/hackedteam/melter
  50. git clone https://github.com/hackedteam/libpemelter
  51. git clone https://github.com/hackedteam/libmelter
  52. git clone https://github.com/hackedteam/vector-rmi
  53. git clone https://github.com/hackedteam/vector-recover
  54. git clone https://github.com/hackedteam/vector-macos-root
  55. git clone https://github.com/hackedteam/vector-ipa
  56. git clone https://github.com/hackedteam/core-win64
  57. EOF`
  58. cd /opt
  59. for i in $a
  60. do
  61.  
  62. git clone $i
  63. done
Add Comment
Please, Sign In to add comment