4220c33675
git-svn-id: file:///home/svn/framework3/trunk@8603 4d416f70-5f16-0410-b530-b9f4589650da
12 lines
94 B
Ruby
12 lines
94 B
Ruby
|
|
module Rex
|
|
module Script
|
|
class Meterpreter < Shell
|
|
|
|
# Nothing special here yet
|
|
|
|
end
|
|
end
|
|
end
|
|
|