Whitespace
parent
c26dff4cff
commit
dd7bc23d16
|
@ -73,11 +73,11 @@ module Metasploit3
|
|||
|
||||
if exitfuncs[exitfunc]
|
||||
exitasm = case exitfunc
|
||||
when "SEH" then "xor eax,eax\ncall eax"
|
||||
when "SEH" then "xor eax,eax\ncall eax"
|
||||
when "NONE" then "jmp end" # don't want to load user32.dll for GetLastError
|
||||
else "push 0x0\npush 0x%x\ncall ebp" % exitfuncs[exitfunc]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
# parse URL and break it down in
|
||||
# - remote host
|
||||
|
|
Loading…
Reference in New Issue