Sha256: de494d4f75bca25850f2b686d53f8cbe820ad02f6380805a44b2fb8efb76d28a

Contents?: true

Size: 420 Bytes

Versions: 43

Compression:

Stored size: 420 Bytes

Contents

#!/usr/bin/env ruby

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

43 entries across 43 versions & 1 rubygems

Version Path
librex-0.0.65 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.63 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.54 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.53 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.52 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.51 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.50 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.49 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.48 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.47 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.46 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.44 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.43 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.42 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.41 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.40 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.39 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.38 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.37 lib/rex/post/meterpreter/inbound_packet_handler.rb
librex-0.0.36 lib/rex/post/meterpreter/inbound_packet_handler.rb