Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend D-Link DCS wwwauth record #617

Merged
merged 3 commits into from
Jun 14, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
martinvotruba-r7 marked this conversation as resolved.
Show resolved Hide resolved
<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>
Loading