report_auth_info - proof

unstable
m-1-k-3 2013-03-29 22:06:25 +01:00
parent 1156194a6b
commit 8032a33cd5
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class Metasploit3 < Msf::Auxiliary
:sname => (ssl ? 'https' : 'http'),
:user => user,
:pass => pass,
:proof => "WEBAPP=\"Generic\", PROOF=#{response.to_s}",
:proof => "WEBAPP=\"Dlink Management Interface\", PROOF=#{response.to_s}",
:active => true
)