Hehe - sorry guys ;)

git-svn-id: file:///home/svn/incoming/trunk@3606 4d416f70-5f16-0410-b530-b9f4589650da
unstable
pusscat 2006-04-21 12:31:11 +00:00
parent 71fc4bd219
commit 7ef4741966
1 changed files with 18 additions and 0 deletions

View File

@ -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