Hi,
Can you help.....
CID# 5209 - Network Access: Named Pipes that can be accessed anonymously
Expected:
BROWSER
COMNODE
LLSRPC
SPOOLSS
SQL\QUERY
COMNAP
Actual:
BROWSER
COMNODE
LLSRPC
SPOOLSS
SQL\QUERY
COMNAP
As you see above both are identical but the control fails....
Thanks.
Regards,
M
Hello M M,
the issue is the backslash in one of the entries needs to be escaped. The Expected Values use PERL regular expressions and any special characters need to be escaped with a backslash.
So:
SQL\QUERY
should be
SQL\\QUERY
I wrote more detailed reply to a similar post here:
https://discussions.qualys.com/message/13990#13990
Let me know if this answers your question or if I need to provide additional detail.
Thank you,
Jason Creech
Qualys