Agent: Fix typo
This commit is contained in:
parent
c5d5418af4
commit
0c4b90beb5
|
@ -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):
|
||||||
|
|
Loading…
Reference in New Issue