Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/er28-0652/py-invoke-obfuscation
Python implementation of (just a part of) Invoke-Obfuscation for PowerShell
https://github.com/er28-0652/py-invoke-obfuscation
obfuscation powershell python3 redteam security
Last synced: 27 days ago
JSON representation
Python implementation of (just a part of) Invoke-Obfuscation for PowerShell
- Host: GitHub
- URL: https://github.com/er28-0652/py-invoke-obfuscation
- Owner: er28-0652
- License: mit
- Created: 2020-02-03T15:18:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T15:35:03.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T18:50:45.357Z (3 months ago)
- Topics: obfuscation, powershell, python3, redteam, security
- Language: Python
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Actions Status](https://github.com/er28-0652/py-invoke-obfuscation/workflows/Main%20workflow/badge.svg)](https://github.com/er28-0652/py-invoke-obfuscation/actions)
# py-invoke-obfuscation
Python implementation of Invoke-Obfuscation for PowerShell.
Not fully implemented though ;)## Usage
```python
from invoke_obfuscation.encoded_ascii_command import EncodedAsciiCommandEncodedAsciiCommand.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')
```