Minor update to properly differentiate Windows 2003 by 2008 via HTTP response headers

This commit is contained in:
Bernardo Damele 2010-10-27 10:09:47 +00:00
parent 1e5e4bbe34
commit 0efecde248
2 changed files with 6 additions and 2 deletions

View File

@ -8,11 +8,11 @@
<root>
<regexp value="ASPSESSIONID">
<info technology="ASP" type="Windows" distrib="2000|2003"/>
<info technology="ASP" type="Windows"/>
</regexp>
<regexp value="ASP\.NET_SessionId">
<info technology="ASP.NET" type="Windows" distrib="2003|2008"/>
<info technology="ASP.NET" type="Windows"/>
</regexp>
<regexp value="JSESSIONID">

View File

@ -11,6 +11,10 @@
<info sp="1"/>
</regexp>
<regexp value="Windows.*7\.5">
<info type="Windows" distrib="2008"/>
</regexp>
<regexp value="Windows.*7\.0">
<info type="Windows" distrib="Vista"/>
</regexp>