Skip to content

Commit c86d01a

Browse files
committed
Fix win.ini signature
1 parent 44b9dc9 commit c86d01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/officescan/tmlisten_traversal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run_host(target_host)
5252
http_fingerprint({ :response => res })
5353

5454
if (res.code >= 200)
55-
if (res.body =~ /boot/)
55+
if (res.body =~ /for 16-bit app support/)
5656
vuln = "vulnerable."
5757
else
5858
vuln = "not vulnerable."

0 commit comments

Comments
 (0)