forked from p34709852/monkey
Agent: Rename HTTPFinger -> HTTPFingerprinter
This commit is contained in:
parent
f5ef660bd2
commit
4b2fb260c3
|
@ -16,7 +16,7 @@ from infection_monkey.i_puppet import (
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class HTTPFinger(IFingerprinter):
|
class HTTPFingerprinter(IFingerprinter):
|
||||||
"""
|
"""
|
||||||
Goal is to recognise HTTP servers, where what we currently care about is apache.
|
Goal is to recognise HTTP servers, where what we currently care about is apache.
|
||||||
"""
|
"""
|
Loading…
Reference in New Issue