BB: change log4j exploit depth to 1 (default)

This change is necessary to make sure that exploitation is successfull from a particular machine being tested.
This commit is contained in:
vakarisz 2022-01-18 11:44:47 +02:00
parent f667d9203b
commit e3f9312ff9
3 changed files with 0 additions and 3 deletions

View File

@ -11,7 +11,6 @@ class Log4jLogstash(ConfigTemplate):
config_values.update(
{
"basic.exploiters.exploiter_classes": ["Log4ShellExploiter"],
"basic_network.scope.depth": 2,
"basic_network.scope.subnet_scan_list": ["10.2.3.55", "10.2.3.56"],
}
)

View File

@ -11,7 +11,6 @@ class Log4jSolr(ConfigTemplate):
config_values.update(
{
"basic.exploiters.exploiter_classes": ["Log4ShellExploiter"],
"basic_network.scope.depth": 2,
"basic_network.scope.subnet_scan_list": ["10.2.3.49", "10.2.3.50"],
}
)

View File

@ -11,7 +11,6 @@ class Log4jTomcat(ConfigTemplate):
config_values.update(
{
"basic.exploiters.exploiter_classes": ["Log4ShellExploiter"],
"basic_network.scope.depth": 2,
"basic_network.scope.subnet_scan_list": ["10.2.3.51", "10.2.3.52"],
}
)