Powershell.sh 297 B

1234567891011
  1. echo "Creating Powershell Resources"
  2. mkdir /opt/Powershell >/dev/null 2>&1
  3. echo ""
  4. echo "Cloning PowerSploit"
  5. echo ""
  6. cd /opt/Powershell
  7. git clone https://github.com/PowerShellMafia/PowerSploit.git
  8. echo""
  9. echo "Cloning PowerSCCM"
  10. echo ""
  11. git clone https://github.com/PowerShellMafia/PowerSCCM.git