Mixin that provides stubs for handling inbound packets
Stub request handler that returns false by default.
# File lib/rex/post/meterpreter/inbound_packet_handler.rb, line 16 def request_handler(client, packet) return false end
Stub response handler that returns false by default.
# File lib/rex/post/meterpreter/inbound_packet_handler.rb, line 23 def response_handler(client, packet) return false end
[Validate]
Generated with the Darkfish Rdoc Generator 2.