12 lines
94 B
Ruby
12 lines
94 B
Ruby
|
|
||
|
module Rex
|
||
|
module Script
|
||
|
class Meterpreter < Shell
|
||
|
|
||
|
# Nothing special here yet
|
||
|
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
|