|
136 | 136 | <param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:-"/>
|
137 | 137 | </fingerprint>
|
138 | 138 |
|
139 |
| - <fingerprint pattern="^Apache Tomcat/(\S+)$"> |
| 139 | + <fingerprint pattern="^Apache Tomcat/(\S+)(?: - Error report)?$"> |
140 | 140 | <description>Apache tomcat with minimal version information</description>
|
141 | 141 | <example service.version="8.0.32">Apache Tomcat/8.0.32</example>
|
| 142 | + <example service.version="5.5.29">Apache Tomcat/5.5.29 - Error report</example> |
142 | 143 | <param pos="0" name="service.vendor" value="Apache"/>
|
143 | 144 | <param pos="0" name="service.product" value="Tomcat"/>
|
144 | 145 | <param pos="0" name="service.family" value="Tomcat"/>
|
145 | 146 | <param pos="1" name="service.version"/>
|
146 | 147 | <param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/>
|
147 | 148 | </fingerprint>
|
148 | 149 |
|
| 150 | + <fingerprint pattern="^Apache Tomcat/(\S+) \(Ubuntu\) - Error report$"> |
| 151 | + <description>Apache Tomcat - Error report on Ubuntu</description> |
| 152 | + <example service.version="8.0.32">Apache Tomcat/8.0.32 (Ubuntu) - Error report</example> |
| 153 | + <param pos="0" name="service.vendor" value="Apache"/> |
| 154 | + <param pos="0" name="service.product" value="Tomcat"/> |
| 155 | + <param pos="0" name="service.family" value="Tomcat"/> |
| 156 | + <param pos="1" name="service.version"/> |
| 157 | + <param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/> |
| 158 | + <param pos="0" name="os.vendor" value="Ubuntu"/> |
| 159 | + <param pos="0" name="os.product" value="Linux"/> |
| 160 | + <param pos="0" name="os.cpe23" value="cpe:/o:canonical:ubuntu_linux:-"/> |
| 161 | + </fingerprint> |
| 162 | + |
| 163 | + <fingerprint pattern="^Apache Tomcat/(\S+) \(Debian\) - Error report$"> |
| 164 | + <description>Apache Tomcat - Error report on Debian</description> |
| 165 | + <example service.version="7.0.56">Apache Tomcat/7.0.56 (Debian) - Error report</example> |
| 166 | + <param pos="0" name="service.vendor" value="Apache"/> |
| 167 | + <param pos="0" name="service.product" value="Tomcat"/> |
| 168 | + <param pos="0" name="service.family" value="Tomcat"/> |
| 169 | + <param pos="1" name="service.version"/> |
| 170 | + <param pos="0" name="service.cpe23" value="cpe:/a:apache:tomcat:{service.version}"/> |
| 171 | + <param pos="0" name="os.vendor" value="Debian"/> |
| 172 | + <param pos="0" name="os.product" value="Linux"/> |
| 173 | + <param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:-"/> |
| 174 | + </fingerprint> |
| 175 | + |
149 | 176 | <fingerprint pattern="^AiCloud">
|
150 | 177 | <description>ASUS AiCloud</description>
|
151 | 178 | <example>AiCloud</example>
|
|
0 commit comments