Alpha2 Alphanumeric Uppercase Encoder
Encodes payloads as alphanumeric uppercase text. This encoder uses SkyLined's Alpha2 encoding suite.
Rank
- Low
Authors
- pusscat < pusscat [at] metasploit.com >
- skylined < skylined [at] edup.tudelft.nl >
Development
Similar Modules
- encoder/x86/alpha_mixed
- encoder/x86/avoid_utf8_tolower
- encoder/x86/call4_dword_xor
- encoder/x86/context_cpuid
- encoder/x86/context_stat
- encoder/x86/context_time
- encoder/x86/countdown
- encoder/x86/fnstenv_mov
- encoder/x86/jmp_call_additive
- encoder/x86/nonalpha
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use encoder/x86/alpha_upper
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use encoder/x86/alpha_upper
Module Options
| AllowWin32SEH | Use SEH to determine the address of the stub (Windows only) |
| BufferOffset | The offset to the buffer from the start of the register (default: 0) |
| BufferRegister | The register that pointers to the encoded payload |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
