forked from p15670423/monkey
Merge pull request #1044 from guardicore/tunneling_bugfix
Tunneling bugfix
This commit is contained in:
commit
ef0c3c2f66
|
@ -16,6 +16,8 @@ class Tunneling(ConfigTemplate):
|
|||
"10.2.1.10",
|
||||
"10.2.0.11",
|
||||
"10.2.0.12"],
|
||||
"basic_network.scope.depth": 3,
|
||||
"internal.general.keep_tunnel_open_time": 180,
|
||||
"basic.credentials.exploit_password_list": ["Password1!",
|
||||
"3Q=(Ge(+&w]*",
|
||||
"`))jU7L(w}",
|
||||
|
|
|
@ -16,4 +16,5 @@ pypykatz==0.3.12
|
|||
pysmb==1.2.5
|
||||
requests>=2.24
|
||||
wmi==1.5.1 ; sys_platform == 'win32'
|
||||
urllib3==1.25.8
|
||||
git+https://github.com/guardicode/ScoutSuite
|
||||
|
|
Loading…
Reference in New Issue