Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Meatballs1 committed Jul 26, 2013
1 parent 6a13ed0 commit 12a58c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/exploits/windows/local/ms13_005_hwnd_broadcast.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def initialize(info={})

register_advanced_options(
[
OptBool.new('EEGG', [false, '',])
OptBool.new('EEGG', [false, 'Anderson command technique',])
]
)
end
Expand Down Expand Up @@ -121,7 +121,7 @@ def cleanup
end

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

Expand Down

0 comments on commit 12a58c7

Please sign in to comment.