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

Add pattern for OpenSSH on Debian 12 #629

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
16 changes: 16 additions & 0 deletions xml/ssh_banners.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,22 @@
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:11.0"/>
</fingerprint>

<fingerprint pattern="^OpenSSH_(9\.2p1) (Debian-\d\d?\+deb12u\d+)$">
<description>OpenSSH running on Debian 12.x (bookworm)</description>
<example service.version="9.2p1" openssh.comment="Debian-2+deb12u3">OpenSSH_9.2p1 Debian-2+deb12u3</example>
<param pos="1" name="service.version"/>
<param pos="2" name="openssh.comment"/>
<param pos="0" name="service.vendor" value="OpenBSD"/>
<param pos="0" name="service.family" value="OpenSSH"/>
<param pos="0" name="service.product" value="OpenSSH"/>
<param pos="0" name="service.cpe23" value="cpe:/a:openbsd:openssh:{service.version}"/>
<param pos="0" name="os.vendor" value="Debian"/>
<param pos="0" name="os.family" value="Linux"/>
<param pos="0" name="os.product" value="Linux"/>
<param pos="0" name="os.version" value="12.0"/>
<param pos="0" name="os.cpe23" value="cpe:/o:debian:debian_linux:12.0"/>
</fingerprint>

<fingerprint pattern="^OpenSSH_([^\s]+)\s+(Debian-\d+(?:[~]?bpo[.]?\d+)?)$">
<description>OpenSSH running on Debian (unknown release)</description>
<example service.version="4.3p2" openssh.comment="Debian-5~bpo.1">OpenSSH_4.3p2 Debian-5~bpo.1</example>
Expand Down