Minor cleanup

bug/bundler_fix
Adam Cammack 2017-05-02 15:52:21 -05:00
parent b7d6be05ee
commit ba9010730a
No known key found for this signature in database
GPG Key ID: C9378BA088092D66
1 changed files with 3 additions and 2 deletions

View File

@ -46,8 +46,7 @@ class Msf::Modules::External::Bridge
protected
attr_writer :path, :running
attr_accessor :ios
attr_accessor :env
attr_accessor :env, :ios
def describe
resp = send_receive(Msf::Modules::External::Message.new(:describe))
@ -128,5 +127,7 @@ class Msf::Modules::External::Bridge
LOADERS.each do |klass|
return klass.new module_path if klass.applies? module_path
end
nil
end
end