Sha256: 6743d1811c9151987f345436b6c250583c2a333c79a6f089c38e6169f577ae2b
Contents?: true
Size: 825 Bytes
Versions: 42
Compression:
Stored size: 825 Bytes
Contents
#!/usr/bin/env ruby # # ________________________________________________________________________________ # # ,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
42 entries across 42 versions & 1 rubygems