powershell过杀软工具-xencrypt

工具地址:https://github.com/the-xentropy/xencrypt
在混淆加密前,杀毒引擎的结果如下:powershell过杀软工具-xencryptpowershell过杀软工具-xencrypt使用方法:
Import-Module ./xencrypt.ps1
Invoke-Xencrypt -InFile invoke-mimikatz.ps1 -OutFile xenmimi.ps1
powershell过杀软工具-xencrypt对Mimikatz工具进行了处理后,powershell过杀软工具-xencryptpowershell过杀软工具-xencrypt
也可以多次进行混淆加密,
Invoke-Xencrypt -InFile invoke-mimikatz.ps1 -OutFile xenmimi.ps1 -Iterations 100
powershell过杀软工具-xencryptpowershell过杀软工具-xencrypt

上一篇:P/Invoke各种总结(一、使用StructLayout特性来控制内存结构)


下一篇:java.lang.IllegalArgumentException: java.lang.ClassCastException