Class: FIDIUS::MsfModuleStub
- Inherits:
-
Object
- Object
- FIDIUS::MsfModuleStub
- Defined in:
- lib/msf-plugins/evasiondb.rb
Class Method Summary collapse
-
.add_socket(a) ⇒ Object
do nothing to prevent metasploits lib/net/ssh.rb from dieing.
- .remove_socket(a) ⇒ Object
Class Method Details
.add_socket(a) ⇒ Object
do nothing to prevent metasploits lib/net/ssh.rb from dieing
405 406 |
# File 'lib/msf-plugins/evasiondb.rb', line 405 def self.add_socket(a) end |
.remove_socket(a) ⇒ Object
407 408 |
# File 'lib/msf-plugins/evasiondb.rb', line 407 def self.remove_socket(a) end |