forked from p15670423/monkey
Changed MS08-67 user to monkey indicative to help track infections
This commit is contained in:
parent
d9352f7693
commit
27d14094cc
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue