How to Use Invoke-Obfuscation to Obfuscate PowerShell Scripts
Import-Module ./Invoke-Obfuscation.psd1 Invoke-Obfuscation# Then follow prompts: SET SCRIPTPATH C:\path\to\Invoke-Mimikatz.ps1OKEN ALL 1# Select obfuscation level 1OUT C:\path\to\obfuscated-Invoke-Mimikatz.ps1
Related Notes
Related Notes
All Related Notes
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "evasion") OR contains(tags, "windows") OR contains(tags, "powershell")SORT file.ctime DESC
evasion
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "evasion")SORT file.ctime DESC
windows
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "windows")SORT file.ctime DESC
powershell
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "powershell")SORT file.ctime DESC