Skip to content

Commit 12a58c7

Browse files
committed
Small fix
1 parent 6a13ed0 commit 12a58c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/local/ms13_005_hwnd_broadcast.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def initialize(info={})
6565

6666
register_advanced_options(
6767
[
68-
OptBool.new('EEGG', [false, '',])
68+
OptBool.new('EEGG', [false, 'Anderson command technique',])
6969
]
7070
)
7171
end
@@ -121,7 +121,7 @@ def cleanup
121121
end
122122

123123
def primer
124-
e = "V2FrZSB1cCwgTmVvLi4uDQpUaGUgTWF0cml4IGhhcyB5b3UuLi4NCkZvbGxv\ndyB0aGUgV2hpdGUgUmFiYml0Lg=="
124+
e = "V2FrZSB1cCwgTmVvLi4uDQpUaGUgTWF0cml4IGhhcyB5b3UuLi4NCkZvbGxv\ndyB0aGUgV2hpdGUgUmFiYml0Lg0KS25vY2ssIGtub2NrLCBOZW8u"
125125
print_status("Running module against #{sysinfo['Computer']}") if not sysinfo.nil?
126126
fail_with(Exploit::Failure::NotVulnerable, "Not running at Low Integrity!") unless low_integrity_level?
127127

0 commit comments

Comments
 (0)