diff --git a/monkey/infection_monkey/exploit/log4shell.py b/monkey/infection_monkey/exploit/log4shell.py index d47553d0d..daed11652 100644 --- a/monkey/infection_monkey/exploit/log4shell.py +++ b/monkey/infection_monkey/exploit/log4shell.py @@ -27,7 +27,7 @@ from infection_monkey.utils.threading import interruptible_iter logger = logging.getLogger(__name__) -LOG4SHELL_EXPLOITER_TAG = "log4shel-exploiter" +LOG4SHELL_EXPLOITER_TAG = "log4shell-exploiter" class Log4ShellExploiter(WebRCE):