Skip to content

Python implementation of (just a part of) Invoke-Obfuscation for PowerShell

License

Notifications You must be signed in to change notification settings

er28-0652/py-invoke-obfuscation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actions Status

py-invoke-obfuscation

Python implementation of Invoke-Obfuscation for PowerShell.
Not fully implemented though ;)

Usage

from invoke_obfuscation.encoded_ascii_command import EncodedAsciiCommand

EncodedAsciiCommand.invoke('Write-Output AAAAA')
# -> [String]::Join('' , ( (87 , 114 , 105,116 , 101, 45, 79, 117 , 116 ,112, 117, 116,32 ,65,65,65 ,65 , 65) |%{ ( [CHaR] [INt]$_) } ))|.($ShellId[1]+$ShellId[13]+'x')

About

Python implementation of (just a part of) Invoke-Obfuscation for PowerShell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages