Sha256: 8123aa95ae2bf8bc6464069e5a00750c0e82fb48ba6e8c6f43544a1a2382739f

Contents?: true

Size: 440 Bytes

Versions: 15

Compression:

Stored size: 440 Bytes

Contents

# -*- coding: binary -*-

module Rex
module Post
module Meterpreter

###
#
# Mixin that provides stubs for handling inbound packets
#
###
module InboundPacketHandler

  #
  # Stub request handler that returns false by default.
  #
  def request_handler(client, packet)
    return false
  end

  #
  # Stub response handler that returns false by default.
  #
  def response_handler(client, packet)
    return false
  end

end

end; end; end

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
rex-2.0.13 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.12 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.11 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.10 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.9 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.8 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.7 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.5 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.4 lib/rex/post/meterpreter/inbound_packet_handler.rb
dstruct-0.0.1 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.3 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.999 lib/rex/post/meterpreter/inbound_packet_handler.rb
rex-2.0.2 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.71 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.70 lib/rex/post/meterpreter/inbound_packet_handler.rb