Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

PSArmoury 2.0

Latest
Compare
Choose a tag to compare
@cfalta cfalta released this 25 Feb 20:51
· 1 commit to master since this release

New major version that introduces, besides a lot of cleanup, a modular design for evasion and obfuscation code. The goal is to make PSArmoury more easy to adapt.

Details:

[fixed] Current loader detected by AV on disk
[fixed] Current deobfuscation method (AES) detected through AMSI
[fixed] Fixed a bug in -VerifyOnly that led to a silent fail
[fixed] Broken link in default config

[new] Modular design for evasion and obfuscation
[new] Reduced size of the cleartext loader function on disk to a minimum
[new] 3 different obfuscation templates included
[new] ConvertTo-PowerShell now supports private main methods (thanks @theluemmel)
[new] Used ParameterSets to improve quality of Powershell help menu (aka. "man New-PSArmoury")
[new] Github credentials can now be passed as a parameter - no more prompting

[removed] Support for BlockDLL process mitigation