1# -*- coding: binary -*- 2 3 4module Msf 5 6### 7# 8# This module provides methods for working with Kademlia 9# 10### 11module Auxiliary::Kademlia 12 include Rex::Proto::Kademlia 13end 14end 15 16