2008-11-15 23:41:31 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<root>
|
|
|
|
|
<!-- Windows -->
|
2008-11-19 15:33:39 +00:00
|
|
|
|
2025-11-28 13:16:40 +01:00
|
|
|
<regexp value="(Microsoft|Windows|Win32|Win64|WOW64|Cygwin|MinGW)">
|
2008-11-15 23:41:31 +00:00
|
|
|
<info type="Windows"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2013-12-01 21:22:29 +01:00
|
|
|
<regexp value="Service Pack 0">
|
|
|
|
|
<info sp="0"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Service Pack 1">
|
2008-11-17 17:41:02 +00:00
|
|
|
<info sp="1"/>
|
2008-11-17 11:22:03 +00:00
|
|
|
</regexp>
|
|
|
|
|
|
2013-12-01 21:22:29 +01:00
|
|
|
<regexp value="Service Pack 2">
|
|
|
|
|
<info sp="2"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Service Pack 3">
|
|
|
|
|
<info sp="3"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Service Pack 4">
|
|
|
|
|
<info sp="4"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2018-04-10 11:35:39 +02:00
|
|
|
<regexp value="Service Pack 5">
|
|
|
|
|
<info sp="5"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2016-06-01 10:44:08 +02:00
|
|
|
<!-- Reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms724832%28v=vs.85%29.aspx -->
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b10\.0">
|
2022-10-07 20:55:49 +02:00
|
|
|
<info type="Windows" distrib="2016|2019|2022|10|11"/>
|
2016-06-01 10:44:08 +02:00
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b6\.3">
|
2016-06-01 10:44:08 +02:00
|
|
|
<info type="Windows" distrib="2012 R2|8.1"/>
|
2010-10-27 10:09:47 +00:00
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b6\.2">
|
2016-06-01 10:44:08 +02:00
|
|
|
<info type="Windows" distrib="2012|8"/>
|
2008-11-15 23:41:31 +00:00
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b6\.1">
|
2016-06-01 10:44:08 +02:00
|
|
|
<info type="Windows" distrib="2008 R2|7"/>
|
2012-01-13 21:46:21 +00:00
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b6\.0">
|
2016-06-01 10:44:08 +02:00
|
|
|
<info type="Windows" distrib="2008|Vista"/>
|
2008-11-17 11:22:03 +00:00
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b5\.2">
|
2008-12-17 20:11:18 +00:00
|
|
|
<info type="Windows" distrib="2003"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b5\.1">
|
2008-11-17 11:22:03 +00:00
|
|
|
<info type="Windows" distrib="XP"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b5\.0">
|
2008-11-17 11:22:03 +00:00
|
|
|
<info type="Windows" distrib="2000"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b4\.0">
|
2008-11-18 17:42:46 +00:00
|
|
|
<info type="Windows" distrib="NT 4.0"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b3\.0">
|
2008-11-18 17:42:46 +00:00
|
|
|
<info type="Windows" distrib="NT 4.0"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2018-10-02 14:56:20 +02:00
|
|
|
<regexp value="Windows.*\b2\.0">
|
2008-11-18 17:42:46 +00:00
|
|
|
<info type="Windows" distrib="NT 4.0"/>
|
|
|
|
|
</regexp>
|
2008-11-15 23:41:31 +00:00
|
|
|
|
|
|
|
|
<!-- Linux -->
|
2008-11-19 15:33:39 +00:00
|
|
|
|
2008-11-15 23:41:31 +00:00
|
|
|
<regexp value="Linux">
|
|
|
|
|
<info type="Linux"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2020-01-07 11:48:02 +01:00
|
|
|
<regexp value="\bArch\b">
|
|
|
|
|
<info type="Linux" distrib="Arch"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2008-11-18 17:42:46 +00:00
|
|
|
<regexp value="CentOS">
|
|
|
|
|
<info type="Linux" distrib="CentOS"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2008-11-15 23:41:31 +00:00
|
|
|
<regexp value="Cobalt">
|
|
|
|
|
<info type="Linux" distrib="Cobalt"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Conectiva">
|
|
|
|
|
<info type="Linux" distrib="Conectiva"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Debian">
|
2013-02-05 11:10:21 +01:00
|
|
|
<info type="Linux" distrib="Debian"/>
|
2008-11-15 23:41:31 +00:00
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Fedora">
|
|
|
|
|
<info type="Linux" distrib="Fedora"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Gentoo">
|
|
|
|
|
<info type="Linux" distrib="Gentoo"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Knoppix">
|
|
|
|
|
<info type="Linux" distrib="Knoppix"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2008-11-25 11:33:44 +00:00
|
|
|
<regexp value="Mandrake">
|
2008-11-15 23:41:31 +00:00
|
|
|
<info type="Linux" distrib="Mandrake"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2020-01-07 11:48:02 +01:00
|
|
|
<regexp value="Manjaro">
|
|
|
|
|
<info type="Linux" distrib="Manjaro"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2008-11-25 11:33:44 +00:00
|
|
|
<regexp value="Mandriva">
|
|
|
|
|
<info type="Linux" distrib="Mandriva"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2020-01-07 11:48:02 +01:00
|
|
|
<regexp value="\bMint\b">
|
|
|
|
|
<info type="Linux" distrib="Mint"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="\bPuppy\b">
|
|
|
|
|
<info type="Linux" distrib="Puppy"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2016-10-21 13:01:28 +02:00
|
|
|
<regexp value="Red[\-\_\ ]?Hat">
|
2008-11-18 17:42:46 +00:00
|
|
|
<info type="Linux" distrib="Red Hat"/>
|
2008-11-15 23:41:31 +00:00
|
|
|
</regexp>
|
|
|
|
|
|
2008-11-25 11:33:44 +00:00
|
|
|
<regexp value="Slackware">
|
|
|
|
|
<info type="Linux" distrib="Slackware"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2008-11-15 23:41:31 +00:00
|
|
|
<regexp value="SuSE">
|
|
|
|
|
<info type="Linux" distrib="SuSE"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Ubuntu">
|
|
|
|
|
<info type="Linux" distrib="Ubuntu"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2025-11-28 13:16:40 +01:00
|
|
|
<regexp value="\bAlpine\b">
|
|
|
|
|
<info type="Linux" distrib="Alpine"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Oracle ?Linux">
|
|
|
|
|
<info type="Linux" distrib="Oracle"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="\bRHEL\b">
|
|
|
|
|
<info type="Linux" distrib="Red Hat"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Amazon Linux">
|
|
|
|
|
<info type="Linux" distrib="Amazon"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Raspbian">
|
|
|
|
|
<info type="Linux" distrib="Raspbian"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="\bKali\b">
|
|
|
|
|
<info type="Linux" distrib="Kali"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="Rocky Linux">
|
|
|
|
|
<info type="Linux" distrib="Rocky"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2020-12-08 14:41:19 +01:00
|
|
|
<!-- BSD -->
|
2008-11-19 15:33:39 +00:00
|
|
|
|
2008-11-15 23:41:31 +00:00
|
|
|
<regexp value="FreeBSD">
|
|
|
|
|
<info type="FreeBSD"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="NetBSD">
|
|
|
|
|
<info type="NetBSD"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="OpenBSD">
|
|
|
|
|
<info type="OpenBSD"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2008-11-25 11:33:44 +00:00
|
|
|
<!-- Mac OSX -->
|
|
|
|
|
|
2025-11-28 13:16:40 +01:00
|
|
|
<regexp value="Mac[\-\_\ ]?OS ?X|macOS|Darwin">
|
2008-11-25 11:33:44 +00:00
|
|
|
<info type="Mac OSX"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2025-11-28 13:16:40 +01:00
|
|
|
<!-- *nix -->
|
|
|
|
|
|
|
|
|
|
<regexp value="SunOS|Solaris">
|
|
|
|
|
<info type="SunOS"/>
|
2008-11-15 23:41:31 +00:00
|
|
|
</regexp>
|
2025-11-28 13:16:40 +01:00
|
|
|
|
|
|
|
|
<regexp value="\bAIX\b">
|
|
|
|
|
<info type="AIX"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
|
|
|
|
<regexp value="HP-UX|HPUX">
|
|
|
|
|
<info type="HP-UX"/>
|
|
|
|
|
</regexp>
|
|
|
|
|
|
2008-11-15 23:41:31 +00:00
|
|
|
</root>
|