Skip to content

Commit

Permalink
Land #617, extend D-Link DCS wwwauth record
Browse files Browse the repository at this point in the history
  • Loading branch information
adfoster-r7 authored Jun 14, 2024
2 parents e789cb5 + edece2e commit 0346af0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions xml/http_wwwauth.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,14 @@

<fingerprint pattern="^(?:Basic|Digest) realm=&quot;(DCS-[^&quot;]+)&quot;">
<description>D-Link DCS IP Cameras</description>
<example hw.product="DCS-5222LB1">Basic realm="DCS-5222LB1"</example>
<example hw.product="DCS-2530L">Basic realm="DCS-2530L"</example>
<example os.vendor="D-Link" hw.vendor="D-Link" hw.device="IP Camera" hw.product="DCS-5222LB1" hw.model="DCS-5222LB1">Basic realm="DCS-5222LB1"</example>
<example os.vendor="D-Link" hw.vendor="D-Link" hw.device="IP Camera" hw.product="DCS-2530L" hw.model="DCS-2530L">Basic realm="DCS-2530L"</example>
<example os.vendor="D-Link" hw.vendor="D-Link" hw.device="IP Camera" hw.product="DCS-932LB1_BC" hw.model="DCS-932LB1_BC">Digest realm="DCS-932LB1_BC",qop="auth", nonce="ab08230abdfae0061bb2b657537e7eea"</example>
<param pos="0" name="os.vendor" value="D-Link"/>
<param pos="0" name="hw.vendor" value="D-Link"/>
<param pos="0" name="hw.device" value="IP Camera"/>
<param pos="1" name="hw.product"/>
<param pos="1" name="hw.model"/>
</fingerprint>

<fingerprint pattern="^(?:Basic|Digest) realm=&quot;GoAhead&quot;">
Expand Down Expand Up @@ -889,4 +892,4 @@ Digest realm="WatchGuard SOHO Configuration",qop="auth",nonce="7c8e98007db66888
Basic realm="User Login"
-->

</fingerprints>
</fingerprints>

0 comments on commit 0346af0

Please sign in to comment.