add args to call, fixes #2352

git-svn-id: file:///home/svn/framework3/trunk@10048 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-08-18 23:20:16 +00:00
parent 139f9f442b
commit 621c0e9829
1 changed files with 1 additions and 1 deletions

View File

@ -534,7 +534,7 @@ class Metasploit3 < Msf::Auxiliary
response.body = "<html > <head > <title > Loading </title> </head> "
response.body << "<body> "
response.body << "Please wait "
response.body << build_noscript_html
response.body << build_noscript_html(cli, request)
response.body << "</body> </html> "
return response