We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a01c27 commit 05a198bCopy full SHA for 05a198b
modules/exploits/windows/local/virtual_box_guest_additions.rb
@@ -151,7 +151,7 @@ def exploit
151
hal_dispatch_table = find_haldispatchtable
152
if hal_dispatch_table.nil?
153
session.railgun.kernel32.CloseHandle(handle)
154
- fail_with(Failure::Unknown, "Filed to disclose HalDispatchTable")
+ fail_with(Failure::Unknown, "Failed to disclose HalDispatchTable")
155
else
156
print_good("Address successfully disclosed.")
157
end
0 commit comments