Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0efecde

Browse files
committed
Minor update to properly differentiate Windows 2003 by 2008 via HTTP response headers
1 parent 1e5e4bb commit 0efecde

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

xml/banner/cookie.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
<root>
1010
<regexp value="ASPSESSIONID">
11-
<info technology="ASP" type="Windows" distrib="2000|2003"/>
11+
<info technology="ASP" type="Windows"/>
1212
</regexp>
1313

1414
<regexp value="ASP\.NET_SessionId">
15-
<info technology="ASP.NET" type="Windows" distrib="2003|2008"/>
15+
<info technology="ASP.NET" type="Windows"/>
1616
</regexp>
1717

1818
<regexp value="JSESSIONID">

xml/banner/generic.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<info sp="1"/>
1212
</regexp>
1313

14+
<regexp value="Windows.*7\.5">
15+
<info type="Windows" distrib="2008"/>
16+
</regexp>
17+
1418
<regexp value="Windows.*7\.0">
1519
<info type="Windows" distrib="Vista"/>
1620
</regexp>

0 commit comments

Comments
 (0)