Scripts used whilst learning exploit dev
restricted_encoder.py is a shellcode encoder to bypass certain bad characters such as \x00, \x0a, \x0d. This takes it one step further by allowing custom characters to be encoded. Works in an additive manner, and is ASCII safe.