an awesome list of honeypot resources
-
Updated
Aug 31, 2020 - Python
datanode:
port: 50075
GET /jmx?qry=Hadoop:service=DataNode,name=DataNodeInfo HTTP/1.1
GET /jmx?qry=Hadoop:service=NameNode,name=FSNamesystemState HTTP/1.1
namenode:
port: 50070
GET /jmx?qry=Hadoop:service=NameNode,name=NameNodeInfo HTTP/1.1
Add a description, image, and links to the honeypot topic page so that developers can more easily learn about it.
To associate your repository with the honeypot topic, visit your repo's landing page and select "manage topics."
Refactor the
bin/kamstrup_prober.pyto use a__main__and everything should be in functions.