BB: Improve configuration documentation with IP's

This commit is contained in:
vakaris_zilius 2022-04-13 12:30:05 +00:00 committed by vakarisz
parent 2dee5698f2
commit c498b22610
3 changed files with 9 additions and 10 deletions

View File

@ -8,12 +8,11 @@ class Depth1A(ConfigTemplate):
config_values = copy(BaseTemplate.config_values) config_values = copy(BaseTemplate.config_values)
# TODO ADD SMB PTH machine # TODO ADD SMB PTH machine
# Tests: # Tests:
# Hadoop # Hadoop (10.2.2.2, 10.2.2.3)
# Log4shell # Log4shell (10.2.3.55, 10.2.3.56, 10.2.3.49, 10.2.3.50, 10.2.3.51, 10.2.3.52)
# MSSQL # MSSQL (10.2.2.16)
# SMB password stealing and brute force # SMB mimikatz password stealing and brute force (10.2.2.14 and 10.2.2.15)
# SSH password and key brute-force, key stealing # Powershell credential reuse (powershell login with empty password) (10.2.3.46)
# Powershell credential reuse (powershell login with empty password)
config_values.update( config_values.update(
{ {
"basic.exploiters.exploiter_classes": [ "basic.exploiters.exploiter_classes": [

View File

@ -7,7 +7,7 @@ from envs.monkey_zoo.blackbox.config_templates.config_template import ConfigTemp
class Depth1B(ConfigTemplate): class Depth1B(ConfigTemplate):
config_values = copy(BaseTemplate.config_values) config_values = copy(BaseTemplate.config_values)
# Tests: # Tests:
# WMI + credential stealing # WMI password login and mimikatz credential stealing (10.2.2.14 and 10.2.2.15)
# Zerologon # Zerologon
config_values.update( config_values.update(
{ {

View File

@ -8,9 +8,9 @@ class Depth3A(ConfigTemplate):
config_values = copy(BaseTemplate.config_values) config_values = copy(BaseTemplate.config_values)
# Tests: # Tests:
# Powershell # Powershell (10.2.3.45, 10.2.3.46, 10.2.3.47, 10.2.3.48)
# Tunneling (SSH brute force) # Tunneling (SSH brute force) (10.2.2.9, 10.2.1.10, 10.2.0.12, 10.2.0.11)
# WMI mimikatz password stealing # WMI pass the hash (10.2.2.15)
config_values.update( config_values.update(
{ {
"basic.exploiters.exploiter_classes": [ "basic.exploiters.exploiter_classes": [