add args to call, fixes #2352
git-svn-id: file:///home/svn/framework3/trunk@10048 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
139f9f442b
commit
621c0e9829
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue