2014-11-20 21:27:38 +00:00
|
|
|
# -*- coding: binary -*-
|
2014-11-24 22:03:43 +00:00
|
|
|
|
2014-11-20 21:49:36 +00:00
|
|
|
require 'rex/proto/kademlia'
|
2014-11-20 21:27:38 +00:00
|
|
|
|
2014-11-20 21:49:36 +00:00
|
|
|
module Msf
|
|
|
|
|
|
|
|
###
|
2014-11-20 21:27:38 +00:00
|
|
|
#
|
2014-11-20 21:49:36 +00:00
|
|
|
# This module provides methods for working with Kademlia
|
2014-11-20 21:27:38 +00:00
|
|
|
#
|
2014-11-20 21:49:36 +00:00
|
|
|
###
|
|
|
|
module Auxiliary::Kademlia
|
|
|
|
include Rex::Proto::Kademlia
|
2014-11-20 21:27:38 +00:00
|
|
|
end
|
|
|
|
end
|