mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Minor update to properly differentiate Windows 2003 by 2008 via HTTP response headers
This commit is contained in:
parent
1e5e4bbe34
commit
0efecde248
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user