Changed MS08-67 user to monkey indicative to help track infections

This commit is contained in:
acepace 2016-06-14 17:06:17 +03:00
parent d9352f7693
commit 27d14094cc
2 changed files with 5 additions and 2 deletions

View File

@ -161,7 +161,7 @@ class Configuration(object):
skip_exploit_if_file_exist = True
ms08_067_exploit_attempts = 5
ms08_067_remote_user_add = "IUSER_SUPPORT"
ms08_067_remote_user_add = "Monkey_IUSER_SUPPORT"
ms08_067_remote_user_pass = "Password1!"
# psexec exploiter

View File

@ -29,7 +29,7 @@
"monkey_log_path_windows": "%temp%\\~df1563.tmp",
"monkey_log_path_linux": "/tmp/user-1563",
"ms08_067_exploit_attempts": 5,
"ms08_067_remote_user_add": "IUSER_SUPPORT",
"ms08_067_remote_user_add": "Monkey_IUSER_SUPPORT",
"ms08_067_remote_user_pass": "Password1!",
"ping_scan_timeout": 10000,
"psexec_passwords": [
@ -53,7 +53,10 @@
"skip_exploit_if_file_exist": true,
"ssh_passwords": [
"Password1!",
"Password",
"1234",
"12345",
"123",
"password",
"12345678"
],