1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

commented out an hp-pjl empty softmatch which was causing problems for other services as described by Tom Sellers in this thread: http://seclists.org/nmap-dev/2010/q2/753

This commit is contained in:
fyodor
2010-06-09 23:24:08 +00:00
parent 0c8dd438e1
commit 0f4bf784be

View File

@@ -8886,8 +8886,12 @@ match hp-pjl m|^@PJL INFO ID\r?\n([\w\d _-]+)\r?\n| p/$1/ d/printer/
# Some respond with blank info # Some respond with blank info
match hp-pjl m|@PJL\x20INFO\x20ID\r?\n\r?\n| d/printer/ match hp-pjl m|@PJL\x20INFO\x20ID\r?\n\r?\n| d/printer/
# We don't want to send a bunch more probes that will be printed # COMMENTING THIS SOFTMATCH OUT. It is meant to stop causing a bunch
softmatch hp-pjl m|^| i/hp-pjl probe got something back/ # of extra printing of probes against PJL ports (those port numbers
# are excluded by default anyway), but it caused problems described in
# this thread: http://seclists.org/nmap-dev/2010/q2/753
# But it might be useful for people doing pjl testing specifically.
# softmatch hp-pjl m|^| i/hp-pjl probe got something back/
##############################NEXT PROBE############################## ##############################NEXT PROBE##############################
# Citrix MetaFrame application discovery service # Citrix MetaFrame application discovery service