Skip to content

Commit

Permalink
Add WebSocket++ fingerprint (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkienow-r7 committed Feb 12, 2022
2 parents ba5f9f2 + ee9c52d commit dfc7220
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions identifiers/service_product.txt
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ WebGUI
WebLogic
WebServer
WebShield
WebSocket++
WebSphere
WebSphere Load Balancer
WebTrends
Expand Down
1 change: 1 addition & 0 deletions identifiers/vendor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,7 @@ Youngzsoft
ZMailer
ZTE
Zabbix
Zaphoyd Studios
ZebraNet
Zed Shaw
Zyxel
Expand Down
13 changes: 13 additions & 0 deletions xml/http_servers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1516,6 +1516,19 @@
<param pos="0" name="service.cpe23" value="cpe:/a:teamspeak:teamspeak:{service.version}"/>
</fingerprint>

<fingerprint pattern="^WebSocket\+\+/([\d.-]+(?:-dev)?)$">
<description>WebSocket++ web server - https://github.com/zaphoyd/websocketpp</description>
<example service.version="0.8.1">WebSocket++/0.8.1</example>
<example service.version="0.8.2">WebSocket++/0.8.2</example>
<example service.version="0.4.0">WebSocket++/0.4.0</example>
<example service.version="0.8.0-dev">WebSocket++/0.8.0-dev</example>
<example service.version="2011-09-25">WebSocket++/2011-09-25</example>
<param pos="0" name="service.vendor" value="Zaphoyd Studios"/>
<param pos="0" name="service.product" value="WebSocket++"/>
<param pos="1" name="service.version"/>
<param pos="0" name="service.cpe23" value="cpe:/a:zaphoyd:websocketpp:{service.version}"/>
</fingerprint>

<fingerprint pattern="^Lotus(?:-Domino)?(?:/|/0|/Release)?$">
<description>IBM Lotus Notes/Domino with no useful version info</description>
<example>Lotus</example>
Expand Down

0 comments on commit dfc7220

Please sign in to comment.