Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Main Page/Featured Article"
From NetSec
Line 1: | Line 1: | ||
<center><big>'''Alphanumeric Shellcode'''</big></center> | <center><big>'''Alphanumeric Shellcode'''</big></center> | ||
− | Alphanumeric shellcode is similar to ascii shellcode in that it is used to bypass character filters and evade intrusion-detection during buffer overflow exploitation. | + | Alphanumeric shellcode is similar to ascii shellcode in that it is used to bypass character filters and evade intrusion-detection during buffer overflow exploitation. This article documents alphanumeric code on multiple architectures, but primarily the 64 bit x86 architecture. Alphanumeric shellcode requires a basic understanding of bitwise math, assembly and shellcode. |
− | This article documents alphanumeric code on multiple architectures, but primarily the 64 bit x86 architecture. | + | |
<center>'''''[[Alphanumeric shellcode|Learn more - Alphanumeric shellcode]]'''''</center> | <center>'''''[[Alphanumeric shellcode|Learn more - Alphanumeric shellcode]]'''''</center> |
Revision as of 20:53, 4 June 2012
Alphanumeric shellcode is similar to ascii shellcode in that it is used to bypass character filters and evade intrusion-detection during buffer overflow exploitation. This article documents alphanumeric code on multiple architectures, but primarily the 64 bit x86 architecture. Alphanumeric shellcode requires a basic understanding of bitwise math, assembly and shellcode.