-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpowershell.sh
More file actions
executable file
·39 lines (39 loc) · 1.51 KB
/
powershell.sh
File metadata and controls
executable file
·39 lines (39 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!/bin/bash
a=`cat <<-EOF
https://github.com/ChrisTruncer/WMIOps.git
https://github.com/Kevin-Robertson/Inveigh.git
https://github.com/PowerShellEmpire/Empire.git
https://github.com/PowerShellEmpire/PowerTools.git
https://github.com/PowerShellMafia/PowerSploit.git
https://github.com/PyroTek3/PowerShell-AD-Recon.git
https://github.com/Shellntel/scripts.git
https://github.com/Veil-Framework/Veil.git
https://github.com/besimorhino/powercat.git
https://github.com/byt3bl33d3r/CrackMapExec.git
https://github.com/darkoperator/Posh-SSH.git
https://github.com/darkoperator/Posh-SecMod.git
https://github.com/denandz/KeeFarce.git
https://github.com/iagox86/dnscat2.git
https://github.com/mattifestation/PowerShellArsenal
https://github.com/mattifestation/PowerShellArsenal.git
https://github.com/mattifestation/PowerSploit.git
https://github.com/morgoroth/Veil-PowerView.git
https://github.com/rvrsh3ll/POSH-Commander.git
https://github.com/samratashok/nishang.git
https://github.com/secabstraction/Create-WMIshell.git
https://github.com/secabstraction/PowerCat.git
https://github.com/secabstraction/WmiSploit.git
https://github.com/vacmf/powershell-scripts.git
https://github.com/xorrior/RandomPS-Scripts.git
https://github.com/ChrisTruncer/WMIOps.git
https://github.com/HarmJ0y/CheatSheets.git
https://github.com/enigma0x3/Powershell-Payload-Excel-Delivery.git
https://github.com/tfairane/DocDropper.git
https://github.com/Kevin-Robertson/Tater.git
https://github.com/jaredhaight/PSAttack.git
EOF`
cd /var/www
for i in $a
do
git clone $i
done