merged with multi-threaded-bug

This commit is contained in:
oriagmon
2018-10-16 17:18:36 +03:00
parent 1b18825b5e
commit 568e96c2f4

View File

@@ -16,6 +16,7 @@ class ApiServer(Service, Event):
def __init__(self):
Service.__init__(self, name="API Server")
@handler.subscribe(OpenPortEvent, predicate=lambda x: x.port==443 or x.port==6443)
class ApiServerDiscovery(Hunter):
"""Api Server Discovery