mhaskar / Octopus

Open source pre-operation C2 server based on python and powershell
GNU General Public License v3.0
733 stars 155 forks source link

Added notes for Windows 7 clients #4

Closed J005 closed 4 years ago

J005 commented 4 years ago

Reccomended adding "Add-Type -AssemblyName System.Core;" to enable cryptogrophy features in powershell

Without this Windows 7 clients were erroring with "Cannot find type [System.Security.Cryptography.AesManaged]"

mhaskar commented 4 years ago

Thank you for your submission!

I can confirm that using adding "Add-Type -AssemblyName System.Core" to the launcher will solve the issue on windows 7.

Will merge it now.