Skip to content

Commit 2e90f26

Browse files
committed
Fix duplicate hash key "massage_array"
In modules/exploits/windows/browser/ms13_090_cardspacesigninhelper.rb.
1 parent e618c2f commit 2e90f26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/exploits/windows/browser/ms13_090_cardspacesigninhelper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def exploit_template(cli, target_info)
109109
"CardSpaceSigninHelper" => rand_text_alpha(5 + rand(5)),
110110
"get_code" => rand_text_alpha(5 + rand(5)),
111111
"code" => rand_text_alpha(5 + rand(5)),
112-
"massage_array" => rand_text_alpha(5 + rand(5)),
113112
"required_claims" => rand_text_alpha(5 + rand(5)),
114113
"massage_array" => rand_text_alpha(5 + rand(5)),
115114
"massage_array_length" => rand_text_alpha(5 + rand(5)),

0 commit comments

Comments
 (0)