CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/lib/msf/core/auxiliary/kademlia.rb
Views: 1904
1
# -*- coding: binary -*-
2
3
4
module Msf
5
6
###
7
#
8
# This module provides methods for working with Kademlia
9
#
10
###
11
module Auxiliary::Kademlia
12
include Rex::Proto::Kademlia
13
end
14
end
15
16