Agent: Fix typo

This commit is contained in:
Kekoa Kaaikala 2022-10-05 12:23:00 +00:00 committed by Ilija Lazoroski
parent c5d5418af4
commit 0c4b90beb5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ from infection_monkey.utils.threading import interruptible_iter
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)
LOG4SHELL_EXPLOITER_TAG = "log4shel-exploiter" LOG4SHELL_EXPLOITER_TAG = "log4shell-exploiter"
class Log4ShellExploiter(WebRCE): class Log4ShellExploiter(WebRCE):