danielbohannon / Invoke-Obfuscation

PowerShell Obfuscator
Apache License 2.0
3.59k stars 759 forks source link

CommandNotFoundException occured when start Invoke-Obsfucation #43

Closed HarunGlec closed 5 years ago

HarunGlec commented 5 years ago
Import-Module ./Invoke-Obfuscation.psd1

Invoke-Obfuscation

I wrote this commands but I am getting error. And It says that cannot find Invoke-Obfuscation. Below whole error string;

Invoke-Obfuscation : The term 'Invoke-Obfuscation' is not recognized as the name of a cmdlet, function, script file, or
 operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try a
gain.
At line:1 char:1
+ Invoke-Obfuscation
    + CategoryInfo          : ObjectNotFound: (Invoke-Obfuscation:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException`
cobbr commented 5 years ago

I think some recent Windows Defender signature updates might be getting in your way. Try to disable Defender and try again.