https://github.com/potato-industries/custom-shellcode-encoder-decoder
Template script, .asm, exploit for custom shellcode encoding
https://github.com/potato-industries/custom-shellcode-encoder-decoder
custom exploit-development security security-tools shellcode shellcode-encoder
Last synced: 3 months ago
JSON representation
Template script, .asm, exploit for custom shellcode encoding
- Host: GitHub
- URL: https://github.com/potato-industries/custom-shellcode-encoder-decoder
- Owner: Potato-Industries
- Created: 2019-10-25T05:20:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T23:39:51.000Z (about 6 years ago)
- Last Synced: 2025-01-08T20:35:59.607Z (12 months ago)
- Topics: custom, exploit-development, security, security-tools, shellcode, shellcode-encoder
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom-Shellcode-Encoder-Decoder
Template scripts for custom encoding / decoding shellcode.
- python script encodes a given shellcode with custom routine.
- asm stub used to decode the encoded shellcode.
VulnServer.exe template exploit script to test that the decoder works.