Merge pull request #1044 from guardicore/tunneling_bugfix

Tunneling bugfix
This commit is contained in:
Mike Salvatore 2021-03-19 11:12:04 -04:00 committed by GitHub
commit ef0c3c2f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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}",

View File

@ -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