Skip to content

Commit

Permalink
Fix win.ini signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jvazquez-r7 committed Sep 7, 2014
1 parent 44b9dc9 commit c86d01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/admin/officescan/tmlisten_traversal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run_host(target_host)
http_fingerprint({ :response => res })

if (res.code >= 200)
if (res.body =~ /boot/)
if (res.body =~ /for 16-bit app support/)
vuln = "vulnerable."
else
vuln = "not vulnerable."
Expand Down

0 comments on commit c86d01a

Please sign in to comment.