Sha256: a12c868f5a00cc1f61443e23590595e3ea111a560a7dbf03d9e491360037e2b9
Contents?: true
Size: 830 Bytes
Versions: 24
Compression:
Stored size: 830 Bytes
Contents
# -*- coding: binary -*- # # ________________________________________________________________________________ # # ,sSSs,,s, ,sSSSs, ALPHA 2: Zero-tolerance. (build 07) # SS" Y$P" SY" ,SY # iS' dY ,sS" Unicode-proof uppercase alphanumeric shellcode encoding. # YS, dSb ,sY" Copyright (C) 2003, 2004 by Berend-Jan Wever. # `"YSS'"S' 'SSSSSSSP <skylined@edup.tudelft.nl> # ________________________________________________________________________________ # # # make sure the namespace is created # module Rex module Encoder module Alpha2 end end end # # include the Alpha2 encodings # require 'rex/encoder/alpha2/generic' require 'rex/encoder/alpha2/alpha_mixed' require 'rex/encoder/alpha2/alpha_upper' require 'rex/encoder/alpha2/unicode_mixed' require 'rex/encoder/alpha2/unicode_upper'
Version data entries
24 entries across 24 versions & 4 rubygems