mirror of
https://github.com/dobin/ShellcodeObfuscationLab
synced 2026-06-08 13:53:31 +00:00
9 lines
220 B
Markdown
9 lines
220 B
Markdown
# Notes
|
|
|
|
## aes.py
|
|
Requires either the pycryptodome or pycryptodomex package (`python3 -m pip install pycryptodomex`)
|
|
|
|
### Usage
|
|
`binfile` is a raw binary payload (Cobalt Strike, MSFVenom, etc.)
|
|
`python aes.py binfile`
|