AutoC2.sh 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. #!/bin/bash
  2. cat << "EOF"
  3. __ _ ___ ___ _ _ _ __ ___ ___ | |__ _ __ ___ __ _ ___| |__
  4. / _` / __/ __| | | | '_ ` _ \ / _ \_____| '_ \| '__/ _ \/ _` |/ __| '_ \
  5. | (_| \__ \__ \ |_| | | | | | | __/_____| |_) | | | __/ (_| | (__| | | |
  6. \__,_|___/___/\__,_|_| |_| |_|\___| |_.__/|_| \___|\__,_|\___|_| |_|
  7. **AutoC2**
  8. Use At Your Own Risk
  9. EOF
  10. sleep 2
  11. echo""
  12. echo""
  13. echo "WARNING THIS SCRIPT TAKES FUCKING FOREVER!!!"
  14. echo""
  15. echo""
  16. echo "All Tools Can Be Found In The /opt Directory"
  17. echo ""
  18. sleep 2
  19. read -p "Press enter to continue"
  20. echo "Updating Your System"
  21. echo""
  22. sleep 2
  23. apt-get update -y && apt-get upgrade -y
  24. apt update -y && apt upgrade -y
  25. apt autoremove -y
  26. echo ""
  27. sleep 2
  28. echo "Installing System Dependencies"
  29. echo ""
  30. sleep 2
  31. apt install git docker.io golang python3 python3-pip pipx chromium-browser -y
  32. /usr/bin/python3 -m pip install --upgrade pip
  33. echo ""
  34. echo "Removing Unneeded Directories"
  35. sleep 2
  36. rm -rf Videos/
  37. rm -rf Music/
  38. rm -rf Public/
  39. rm -rf Templates/
  40. echo""
  41. echo "Installing Hackery Stuff"
  42. echo ""
  43. sleep 2
  44. apt install nmap recon-ng snap -y
  45. snap install amass
  46. echo ""
  47. echo "Creating Repo Folders"
  48. echo ""
  49. sleep 2
  50. cd /opt
  51. mkdir Initial_Access
  52. mkdir Recon
  53. mkdir Delivery
  54. mkdir Command_And_Control
  55. mkdir Situational_Awareness
  56. mkdir Credential_Dumping
  57. mkdir Privilege_Escallation
  58. mkdir Defense_Evasion
  59. mkdir Social_Engineering
  60. mkdir Phishing
  61. mkdir Persistence
  62. mkdir Lateral_Movement
  63. mkdir Exfiltration
  64. mkdir Cloud
  65. mkdir Payload_Development
  66. mkdir Hak5_Implants
  67. mkdir Wireless
  68. echo""
  69. echo "Getting Resources"
  70. sleep 2
  71. echo""
  72. echo "Cloning Recon Resources"
  73. echo""
  74. sleep 2
  75. cd Recon
  76. echo""
  77. echo "Installing RustScan"
  78. echo""
  79. sleep 2
  80. git clone https://github.com/RustScan/RustScan.git
  81. cd RustScan.git
  82. docker build -t rustscan .
  83. cd /opt/Recon/
  84. echo "Installing GitLeaks"
  85. echo ""
  86. sleep 2
  87. git clone https://github.com/zricethezav/gitleaks.git
  88. cd gitleaks/
  89. make build
  90. echo ""
  91. cd /opt/Recon/
  92. echo "Installing S3Scanner"
  93. echo ""
  94. sleep 2
  95. git clone https://github.com/sa7mon/S3Scanner.git
  96. cd S3Scanner/
  97. pip3 install -r requirements.txt
  98. python3 -m S3Scanner
  99. cd /opt/Recon/
  100. echo""
  101. echo "Installing Cloud_Enum"
  102. echo""
  103. sleep 2
  104. git clone https://github.com/initstring/cloud_enum.git
  105. cd cloud_enum
  106. pip3 install -r ./requirements.txt
  107. cd /opt/Recon/
  108. echo "Installing Buster"
  109. echo ""
  110. sleep 2
  111. git clone https://github.com/sham00n/buster.git
  112. cd buster/
  113. python3 setup.py install
  114. cd /opt/Repo/
  115. git clone https://github.com/initstring/linkedin2username.git
  116. echo ""
  117. echo "Installing WitnessMe"
  118. echo ""
  119. sleep 2
  120. python3 -m pip install --user pipx
  121. pipx install witnessme
  122. pipx ensurepath
  123. cd /opt/Recon/
  124. echo ""
  125. echo "Installing Pagodo"
  126. echo ""
  127. sleep 2
  128. git clone https://github.com/opsdisk/pagodo.git
  129. cd pagodo
  130. pip install -r requirements.txt
  131. cd /opt/Recon/
  132. echo ""
  133. echo "Installing AttackSurfaceMapper"
  134. echo""
  135. sleep 2
  136. git clone https://github.com/superhedgy/AttackSurfaceMapper.git
  137. cd AttackSurfaceMapper
  138. python3 -m pip install --no-cache-dir -r requirements.txt
  139. cd /opt/Recon/
  140. echo ""
  141. echo "Installing SpiderFoot"
  142. echo ""
  143. sleep 2
  144. git clone https://github.com/smicallef/spiderfoot.git
  145. cd spiderfoot
  146. pip3 install -r requirements.txt
  147. pip3 install cherrypy
  148. pip3 install cherrypy_cors
  149. pip3 install publicsuffixlist
  150. pip3 install networkx
  151. pip3 install openpyxl
  152. cd /opt/Recon/
  153. echo""
  154. echo "Installing DNScan"
  155. echo ""
  156. sleep 2
  157. git clone https://github.com/rbsec/dnscan.git
  158. cd dnscan
  159. pip3 install -r requirements.txt
  160. pip3 install setuptools
  161. cd /opt/Recon/
  162. echo""
  163. echo "Installing SpoofCheck"
  164. echo""
  165. sleep 2
  166. git clone https://github.com/BishopFox/spoofcheck.git
  167. cd spoofcheck
  168. pip3 install -r requirements.txt
  169. cd /opt/Recon/
  170. echo ""
  171. echo "Installing LinkedInt"
  172. echo""
  173. sleep 2
  174. git clone https://github.com/vysecurity/LinkedInt.git
  175. cd LinkedInt
  176. pip3 install -r requirements.txt
  177. cd /opt/Recon/
  178. echo ""
  179. echo "Installing EyeWitness"
  180. echo ""
  181. sleep 2
  182. git clone https://github.com/ChrisTruncer/EyeWitness.git
  183. cd EyeWitness/Python/setup
  184. bash setup.sh
  185. cd /opt/Recon/
  186. echo""
  187. echo "Installing Aquatone"
  188. echo ""
  189. sleep 2
  190. mkdir Aquatone
  191. cd Aquatone/
  192. wget https://github.com/michenriksen/aquatone/releases/download/v1.7.0/aquatone_linux_amd64_1.7.0.zip
  193. unzip aquatone_linux_amd64_1.7.0.zip
  194. cd /opt/Recon/
  195. echo""
  196. echo "Installing DNSrecon"
  197. echo ""
  198. sleep 2
  199. git clone https://github.com/darkoperator/dnsrecon.git
  200. cd dnsrecon
  201. pip install -r requirements.txt
  202. python setup.py install
  203. cd /opt/Recon/
  204. echo ""
  205. echo "Installing Social Mapper"
  206. echo ""
  207. sleep 2
  208. git clone https://github.com/SpiderLabs/social_mapper.git
  209. cd /social_mapper/setup/
  210. pip install -r requirements.txt
  211. echo""
  212. cd /opt/Recon/
  213. echo "Installing theHarvester"
  214. echo ""
  215. sleep 2
  216. git clone https://github.com/laramies/theHarvester.git
  217. cd theHarvester/
  218. pip3 install aiohttp
  219. pip3 install aiomultiprocess
  220. python3 -m pip install -r requirements/base.txt
  221. python3 setup.py install
  222. cd /opt/Recon/
  223. echo ""
  224. echo "Installing Metagoofil"
  225. echo ""
  226. sleep 2
  227. git clone https://github.com/laramies/metagoofil.git
  228. echo""
  229. echo "Installing TruffleHog"
  230. echo ""
  231. sleep 2
  232. git clone https://github.com/dxa4481/truffleHog.git
  233. cd trufflehog; go install
  234. cd /opt/Recon/
  235. echo""
  236. echo "Installing Pwned0rNot -- API KEY REQUIRE"
  237. git clone https://github.com/thewhiteh4t/pwnedOrNot.git
  238. cd pwnedOrNot
  239. chmod +x install.sh
  240. ./install.sh
  241. cd /opt/Recon/
  242. echo""
  243. echo "Installing GitHarvester"
  244. echo ""
  245. sleep 2
  246. git clone https://github.com/metac0rtex/GitHarvester.git
  247. echo ""
  248. echo "Cloning Initial Access Resources"
  249. echo ""
  250. sleep 2
  251. ###Break For Recon Folder###
  252. cd /opt/Initial_Access
  253. echo "Installing Initial Access Tools"
  254. echo ""
  255. sleep 2
  256. echo "Installing Spraying Toolkit"
  257. echo ""
  258. sleep 2
  259. git clone https://github.com/byt3bl33d3r/SprayingToolkit.git
  260. cd SprayingToolkit/
  261. pip3 install -r requirements.txt
  262. cd /opt/Initial_Access
  263. echo ""
  264. sleep 2
  265. echo "Installing O365 Recon"
  266. echo ""
  267. git clone https://github.com/nyxgeek/o365recon.git
  268. echo ""
  269. sleep 2
  270. echo "Installing TREVORspray"
  271. echo ""
  272. sleep 2
  273. git clone https://github.com/blacklanternsecurity/TREVORspray.git
  274. cd TREVORspray/
  275. pip3 install -r requirements.txt
  276. sleep2
  277. echo ""
  278. echo "Cloning Payload Development Resources"
  279. echo ""
  280. sleep 2
  281. cd ../Payload_Development
  282. git clone https://github.com/trustedsec/unicorn.git
  283. git clone https://github.com/nccgroup/demiguise.git
  284. git clone https://github.com/secretsquirrel/the-backdoor-factory.git
  285. git clone https://github.com/govolution/avet.git
  286. git clone https://github.com/threatexpress/metatwin.git
  287. git clone https://github.com/cobbr/PSAmsi.git
  288. git clone https://github.com/3gstudent/Worse-PDF.git
  289. git clone https://github.com/optiv/Ivy.git
  290. git clone https://github.com/phra/PEzor.git
  291. git clone https://github.com/med0x2e/GadgetToJScript.git
  292. git clone https://github.com/optiv/ScareCrow.git
  293. git clone https://github.com/TheWover/donut.git
  294. git clone https://github.com/D00MFist/Mystikal.git
  295. git clone https://github.com/9emin1/charlotte.git
  296. git clone https://github.com/xforcered/InvisibilityCloak.git
  297. git clone https://github.com/FuzzySecurity/Dendrobate.git
  298. git clone https://github.com/BC-SECURITY/Offensive-VBA-and-XLS-Entanglement.git
  299. git clone https://github.com/aaaddress1/xlsGen.git
  300. git clone https://github.com/bats3c/darkarmour.git
  301. git clone https://github.com/outflanknl/InlineWhispers.git
  302. git clone https://github.com/outflanknl/EvilClippy.git
  303. git clone https://github.com/fireeye/OfficePurge.git
  304. git clone https://github.com/rasta-mouse/ThreatCheck.git
  305. git clone https://github.com/gloxec/CrossC2.git
  306. git clone https://github.com/sensepost/ruler.git
  307. git clone https://github.com/fireeye/DueDLLigence.git
  308. git clone https://github.com/rasta-mouse/RuralBishop.git
  309. git clone https://github.com/rasta-mouse/TikiTorch.git
  310. git clone https://github.com/mdsecactivebreach/SharpShooter.git
  311. git clone https://github.com/cobbr/SharpSploit.git
  312. git clone https://github.com/rvrsh3ll/MSBuildAPICaller.git
  313. git clone https://github.com/sevagas/macro_pack.git
  314. git clone https://github.com/klezVirus/inceptor.git
  315. git clone https://github.com/0xsp-SRD/mortar.git
  316. git clone https://github.com/Mr-Un1k0d3r/RedTeamCCode.git
  317. echo "Cloning Delivery Resources"
  318. cd ../Delivery
  319. git clone https://github.com/mdsecactivebreach/o365-attack-toolkit.git
  320. git clone https://github.com/beefproject/beef.git
  321. echo "Cloning Your C2 Resources"
  322. cd ../Command_And_Control
  323. echo "Cloning C2 Frameworks"
  324. mkdir C2_Frameworks
  325. cd C2_Frameworks
  326. git clone https://github.com/BC-SECURITY/Empire.git
  327. git clone https://github.com/nettitude/PoshC2.git
  328. git clone https://github.com/zerosum0x0/koadic.git
  329. git clone https://github.com/Ne0nd0g/merlin.git
  330. git clone https://github.com/its-a-feature/Mythic.git
  331. git clone https://github.com/cobbr/Covenant.git
  332. git clone https://github.com/bats3c/shad0w.git
  333. git clone https://github.com/BishopFox/sliver.git
  334. git clone https://github.com/byt3bl33d3r/SILENTTRINITY.git
  335. git clone https://github.com/n1nj4sec/pupy.git
  336. sudo apt-get install build-essential libreadline-dev libssl-dev libpq5 libpq-dev libreadline5 libsqlite3-dev libpcap-dev subversion git-core autoconf postgresql pgadmin3 curl zlib1g-dev libxml2-dev libxslt1-dev libyaml-dev nmap -y
  337. sudo curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall && chmod 755 msfinstall && ./msfinstall
  338. echo "Cloning Staging Resources"
  339. cd ../
  340. mkdir Staging
  341. cd Staging
  342. git clone https://github.com/kgretzky/pwndrop.git
  343. git clone https://github.com/FortyNorthSecurity/C2concealer.git
  344. git clone https://github.com/rvrsh3ll/FindFrontableDomains.git
  345. git clone https://github.com/threatexpress/domainhunter.git
  346. git clone https://github.com/mgeeky/RedWarden.git
  347. git clone https://github.com/Flangvik/AzureC2Relay.git
  348. git clone https://github.com/FSecureLABS/C3.git
  349. git clone https://github.com/mdsecactivebreach/Chameleon.git
  350. git clone https://github.com/0xZDH/redirect.rules.git
  351. echo "Cloning Log Aggregation Resources"
  352. cd ../
  353. mkdir Log_Aggregation
  354. cd Log_Aggregation
  355. git clone https://github.com/outflanknl/RedELK.git
  356. git clone https://github.com/SecurityRiskAdvisors/RedTeamSIEM.git
  357. echo "Cloning Situational Awareness Resources"
  358. cd /home/pi/Repo/Situational_Awareness
  359. mkdir Host_Situtational_Awareness
  360. cd Host_Situational_Awareness
  361. git clone https://github.com/EncodeGroup/AggressiveProxy.git
  362. git clone https://github.com/EncodeGroup/Gopher.git
  363. git clone https://github.com/PwnDexter/SharpEDRChecker.git
  364. git clone https://github.com/trustedsec/CS-Situational-Awareness-BOF.git
  365. git clone https://github.com/GhostPack/Seatbelt.git
  366. git clone https://github.com/vivami/SauronEye.git
  367. git clone https://github.com/mitchmoser/SharpShares.git
  368. git clone https://github.com/Flangvik/SharpAppLocker/.git
  369. git clone https://github.com/rvrsh3ll/SharpPrinter.git
  370. cd ../
  371. mkdir Domain_Situational_Awareness
  372. cd Domain_Situational_Awareness
  373. git clone https://github.com/FuzzySecurity/StandIn.git
  374. git clone https://github.com/outflanknl/Recon-AD.git
  375. git clone https://github.com/BloodHoundAD/BloodHound.git
  376. git clone https://github.com/GhostPack/PSPKIAudit.git
  377. git clone https://github.com/tevora-threat/SharpView.git
  378. git clone https://github.com/GhostPack/Rubeus.git
  379. git clone https://github.com/l0ss/Grouper.git
  380. git clone https://github.com/improsec/ImproHound.git
  381. git clone https://github.com/adrecon/ADRecon.git
  382. git clone https://github.com/bats3c/ADCSPwn.git
  383. cd /home/pi/Repo/Credential_Dumping/
  384. git clone https://github.com/gentilkiwi/mimikatz.git
  385. git clone https://github.com/outflanknl/Dumpert.git
  386. git clone https://github.com/swisskyrepo/SharpLAPS.git
  387. git clone https://github.com/GhostPack/SharpDPAPI.git
  388. git clone https://github.com/GhostPack/KeeThief.git
  389. git clone https://github.com/GhostPack/SafetyKatz.git
  390. git clone https://github.com/Barbarisch/forkatz.git
  391. git clone https://github.com/RedCursorSecurityConsulting/PPLKiller.git
  392. git clone https://github.com/AlessandroZ/LaZagne.git
  393. git clone https://github.com/hoangprod/AndrewSpecial.git
  394. git clone https://github.com/outflanknl/Net-GPPPassword.git
  395. git clone https://github.com/djhohnstein/SharpChromium.git
  396. git clone https://github.com/rxwx/chlonium.git
  397. git clone https://github.com/chrismaddalena/SharpCloud.git
  398. git clone https://github.com/skelsec/pypykatz.git
  399. git clone https://github.com/helpsystems/nanodump.git
  400. echo "Cloning Privilege Escallation Resources"
  401. cd /home/pi/Repo/Privilege_Escallation
  402. git clone https://github.com/rsmudge/ElevateKit.git
  403. git clone https://github.com/rasta-mouse/Watson.git
  404. git clone https://github.com/GhostPack/SharpUp.git
  405. git clone https://github.com/hlldz/dazzleUP.git
  406. git clone https://github.com/carlospolop/PEASS-ng.git
  407. git clone https://github.com/CCob/SweetPotato.git
  408. git clone https://github.com/S3cur3Th1sSh1t/MultiPotato.git
  409. echo "Cloning Defense Evasion Resources"
  410. cd /home/pi/Repo/Defense_Evasion
  411. git clone https://github.com/hlldz/RefleXXion.git
  412. git clone https://github.com/wavestone-cdt/EDRSandblast.git
  413. git clone https://github.com/APTortellini/unDefender.git
  414. git clone https://github.com/Yaxser/Backstab.git
  415. git clone https://github.com/boku7/spawn.git
  416. git clone https://github.com/CCob/BOF.NET.git
  417. git clone https://github.com/Flangvik/NetLoader.git
  418. git clone https://github.com/outflanknl/FindObjects-BOF.git
  419. git clone https://github.com/GetRektBoy724/SharpUnhooker.git
  420. git clone https://github.com/bats3c/EvtMute.git
  421. git clone https://github.com/xforcered/InlineExecute-Assembly.git
  422. git clone https://github.com/hlldz/Phant0m.git
  423. git clone https://github.com/CCob/SharpBlock.git
  424. git clone https://github.com/Kharos102/NtdllUnpatcher.git
  425. git clone https://github.com/bats3c/DarkLoadLibrary.git
  426. git clone https://github.com/Soledge/BlockEtw.git
  427. git clone https://github.com/mdsecactivebreach/firewalker.git
  428. git clone https://github.com/Cerbersec/KillDefenderBOF.git
  429. echo "Cloning Social Engineering Resources"
  430. cd /home/pi/Social_Engineering
  431. git clone https://github.com/trustedsec/social-engineer-toolkit.git
  432. git clone https://github.com/bhdresh/SocialEngineeringPayloads.git
  433. echo "Cloning Phishing Resources"
  434. cd /home/pi/Phishing
  435. git clone https://github.com/ryhanson/phishery.git
  436. git clone https://github.com/kgretzky/evilginx2.git
  437. git clone https://github.com/fireeye/PwnAuth.git
  438. git clone https://github.com/drk1wi/Modlishka.git
  439. git clone https://github.com/securestate/king-phisher.git
  440. git clone https://github.com/Raikia/FiercePhish.git
  441. git clone https://github.com/fireeye/ReelPhish.git
  442. git clone https://github.com/gophish/gophish.git
  443. git clone https://github.com/ustayready/CredSniper.git
  444. git clone https://github.com/pentestgeek/phishing-frenzy.git
  445. git clone https://github.com/L4bF0x/PhishingPretexts.git
  446. echo "Cloning Persistence Resources"
  447. cd /home/pi/Repo/Persistence
  448. git clone https://github.com/0xthirteen/SharpStay.git
  449. git clone https://github.com/fireeye/SharPersist.git
  450. git clone https://github.com/outflanknl/SharpHide.git
  451. git clone https://github.com/Ben0xA/DoUCMe.git
  452. git clone https://github.com/nccgroup/ABPTTS.git
  453. git clone https://github.com/blackarrowsec/pivotnacci.git
  454. git clone https://github.com/sensepost/reGeorg.git
  455. git clone https://github.com/HarmJ0y/DAMP.git
  456. git clone https://github.com/0x09AL/IIS-Raid.git
  457. git clone https://github.com/antonioCoco/SharPyShell.git
  458. echo "Cloning Lateral Movement Resources"
  459. cd /home/pi/Repo/Lateral_Movement
  460. git clone https://github.com/RiccardoAncarani/LiquidSnake.git
  461. git clone https://github.com/NetSPI/PowerUpSQL.git
  462. git clone https://github.com/0xthirteen/SharpRDP.git
  463. git clone https://github.com/0xthirteen/MoveKit.git
  464. git clone https://github.com/juliourena/SharpNoPSExec.git
  465. git clone https://github.com/lgandx/Responder.git
  466. git clone https://github.com/dirkjanm/mitm6.git
  467. git clone https://github.com/SecureAuthCorp/impacket.git
  468. git clone https://github.com/mdsecactivebreach/Farmer.git
  469. git clone https://github.com/FortyNorthSecurity/CIMplant.git
  470. git clone https://github.com/Mr-Un1k0d3r/PowerLessShell.git
  471. git clone https://github.com/FSecureLABS/SharpGPOAbuse.git
  472. git clone https://github.com/ropnop/kerbrute.git
  473. git clone https://github.com/blackarrowsec/mssqlproxy.git
  474. git clone https://github.com/Kevin-Robertson/Invoke-TheHash.git
  475. git clone https://github.com/Kevin-Robertson/InveighZero.git
  476. git clone https://github.com/jnqpblc/SharpSpray/git
  477. git clone https://github.com/byt3bl33d3r/CrackMapExec.git
  478. git clone https://github.com/pkb1s/SharpAllowedToAct.git
  479. git clone https://github.com/bohops/SharpRDPHijack.git
  480. git clone https://github.com/klezVirus/CheeseTools.git
  481. git clone https://github.com/iomoath/SharpSpray.git
  482. git clone https://github.com/BloodHoundAD/SharpHound.git
  483. git clone https://github.com/PowerShellMafia/PowerSploit.git
  484. git clone https://github.com/NetSPI/PowerUpSQL.git
  485. git clone https://github.com/DanMcInerney/icebreaker.git
  486. git clone https://github.com/JavelinNetworks/HoneypotBuster.git
  487. echo "Cloning Exfiltration Resources"
  488. cd /home/pi/Repo/Exfiltration
  489. git clone https://github.com/Flangvik/SharpExfiltrate.git
  490. git clone https://github.com/Arno0x/DNSExfiltrator.git
  491. git clone https://github.com/FortyNorthSecurity/Egress-Assess.git
  492. echo "Cloning Cloud Resources"
  493. cd /home/pi/Repo/Cloud
  494. mkdir AWS
  495. git clone https://github.com/RhinoSecurityLabs/pacu.git
  496. git clone https://github.com/duo-labs/cloudmapper.git
  497. git clone https://github.com/andresriancho/enumerate-iam.git
  498. git clone https://github.com/jordanpotti/AWSBucketDump.git
  499. cd ../
  500. mkdir Azure
  501. cd Azure
  502. git clone https://github.com/fox-it/adconnectdump.git
  503. git clone https://github.com/Azure/Stormspotter.git
  504. git clone https://github.com/dirkjanm/ROADtools.git
  505. git clone https://github.com/NetSPI/MicroBurst.git
  506. git clone https://github.com/Gerenios/AADInternals.git
  507. echo "Cloning Hak5 Implant Resources"
  508. cd /home/pi/Repo/Hak5_Implants
  509. git clone https://github.com/hak5/omg-payloads.git
  510. git clone https://github.com/hak5/bashbunny-payloads.git
  511. git clone https://github.com/hak5/usbrubberducky-payloads.git
  512. git clone https://github.com/hak5/pineapple-community-packages.git
  513. git clone https://github.com/hak5/pineapple-modules.git
  514. git clone https://github.com/hak5/mk7-docs.git
  515. git clone https://github.com/hak5/keycroc-payloads.git
  516. git clone https://github.com/hak5/sharkjack-payloads.git
  517. git clone https://github.com/hak5/lanturtle-modules.git
  518. git clone https://github.com/hak5/hak5-docs.git
  519. git clone https://github.com/hak5/packetsquirrel-payloads.git
  520. git clone https://github.com/hak5/nano-tetra-modules.git
  521. git clone https://github.com/hak5/signalowl-payloads.git
  522. git clone https://github.com/hak5/plunderbug-scripts.git
  523. echo "Cloning Wireless Resources"
  524. cd /home/pi/Repo/Wireless
  525. git clone https://github.com/derv82/wifite2.git
  526. git clone https://github.com/wifiphisher/wifiphisher.git
  527. git clone https://github.com/sensepost/mana.git
  528. git clone https://github.com/joswr1ght/cowpatty.git
  529. git clone https://github.com/athanstan/EvilTwin_AP_CaptivePortal.git