Agent: Rename HTTPFinger -> HTTPFingerprinter

This commit is contained in:
Mike Salvatore 2022-02-07 10:29:23 -05:00
parent f5ef660bd2
commit 4b2fb260c3
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from infection_monkey.i_puppet import (
logger = logging.getLogger(__name__)
class HTTPFinger(IFingerprinter):
class HTTPFingerprinter(IFingerprinter):
"""
Goal is to recognise HTTP servers, where what we currently care about is apache.
"""