Hehe - sorry guys ;)
git-svn-id: file:///home/svn/incoming/trunk@3606 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
71fc4bd219
commit
7ef4741966
|
@ -0,0 +1,18 @@
|
||||||
|
require 'msf/core'
|
||||||
|
|
||||||
|
module Msf
|
||||||
|
|
||||||
|
###
|
||||||
|
#
|
||||||
|
# This class provides common options for certain alphanumeric encoders.
|
||||||
|
#
|
||||||
|
###
|
||||||
|
class Encoder::NonAlpha < Msf::Encoder
|
||||||
|
|
||||||
|
def initialize(info)
|
||||||
|
super(info)
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
end
|
Loading…
Reference in New Issue