mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
Minor update to properly differentiate Windows 2003 by 2008 via HTTP response headers
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
<root>
|
<root>
|
||||||
<regexp value="ASPSESSIONID">
|
<regexp value="ASPSESSIONID">
|
||||||
<info technology="ASP" type="Windows" distrib="2000|2003"/>
|
<info technology="ASP" type="Windows"/>
|
||||||
</regexp>
|
</regexp>
|
||||||
|
|
||||||
<regexp value="ASP\.NET_SessionId">
|
<regexp value="ASP\.NET_SessionId">
|
||||||
<info technology="ASP.NET" type="Windows" distrib="2003|2008"/>
|
<info technology="ASP.NET" type="Windows"/>
|
||||||
</regexp>
|
</regexp>
|
||||||
|
|
||||||
<regexp value="JSESSIONID">
|
<regexp value="JSESSIONID">
|
||||||
|
|||||||
@@ -11,6 +11,10 @@
|
|||||||
<info sp="1"/>
|
<info sp="1"/>
|
||||||
</regexp>
|
</regexp>
|
||||||
|
|
||||||
|
<regexp value="Windows.*7\.5">
|
||||||
|
<info type="Windows" distrib="2008"/>
|
||||||
|
</regexp>
|
||||||
|
|
||||||
<regexp value="Windows.*7\.0">
|
<regexp value="Windows.*7\.0">
|
||||||
<info type="Windows" distrib="Vista"/>
|
<info type="Windows" distrib="Vista"/>
|
||||||
</regexp>
|
</regexp>
|
||||||
|
|||||||
Reference in New Issue
Block a user