Sha256: c849dab3f963d4b9ac855875b69d40557246d3732bb37980ae1b20c8aeecb7d7

Contents?: true

Size: 396 Bytes

Versions: 7

Compression:

Stored size: 396 Bytes

Contents

# -*- coding: binary -*-
#
# Support for the protocol used by Apple Airport products, typically on
# 5009/TCP.  This protocol is not documented and doesn't appear to have a name,
# so I'm calling it ACPP because that is the protocol header.
#

require 'rex/proto/acpp/client'
require 'rex/proto/acpp/message'

module Rex
  module Proto
    module ACPP
      DEFAULT_PORT = 5009
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rex-2.0.13 lib/rex/proto/acpp.rb
rex-2.0.12 lib/rex/proto/acpp.rb
rex-2.0.11 lib/rex/proto/acpp.rb
rex-2.0.10 lib/rex/proto/acpp.rb
rex-2.0.9 lib/rex/proto/acpp.rb
rex-2.0.8 lib/rex/proto/acpp.rb
rex-2.0.7 lib/rex/proto/acpp.rb