forked from p15670423/monkey
BB: Add powershell empty credential login test to depth_1_a test
This commit is contained in:
parent
ceabb99e7c
commit
7a3ec16d16
|
@ -13,6 +13,7 @@ class Depth1A(ConfigTemplate):
|
||||||
# MSSQL
|
# MSSQL
|
||||||
# SMB password stealing and brute force
|
# SMB password stealing and brute force
|
||||||
# SSH password and key brute-force, key stealing
|
# SSH password and key brute-force, key stealing
|
||||||
|
# Powershell credential reuse (powershell login with empty password)
|
||||||
config_values.update(
|
config_values.update(
|
||||||
{
|
{
|
||||||
"basic.exploiters.exploiter_classes": [
|
"basic.exploiters.exploiter_classes": [
|
||||||
|
@ -21,6 +22,7 @@ class Depth1A(ConfigTemplate):
|
||||||
"MSSQLExploiter",
|
"MSSQLExploiter",
|
||||||
"SmbExploiter",
|
"SmbExploiter",
|
||||||
"SSHExploiter",
|
"SSHExploiter",
|
||||||
|
"PowerShellExploiter",
|
||||||
],
|
],
|
||||||
"basic_network.scope.subnet_scan_list": [
|
"basic_network.scope.subnet_scan_list": [
|
||||||
"10.2.2.2",
|
"10.2.2.2",
|
||||||
|
@ -36,6 +38,7 @@ class Depth1A(ConfigTemplate):
|
||||||
"10.2.2.15",
|
"10.2.2.15",
|
||||||
"10.2.2.11",
|
"10.2.2.11",
|
||||||
"10.2.2.12",
|
"10.2.2.12",
|
||||||
|
"10.2.3.46",
|
||||||
],
|
],
|
||||||
"basic.credentials.exploit_password_list": ["Ivrrw5zEzs", "Xk8VDTsC", "^NgDvY59~8"],
|
"basic.credentials.exploit_password_list": ["Ivrrw5zEzs", "Xk8VDTsC", "^NgDvY59~8"],
|
||||||
"basic.credentials.exploit_user_list": ["m0nk3y"],
|
"basic.credentials.exploit_user_list": ["m0nk3y"],
|
||||||
|
|
Loading…
Reference in New Issue