mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor update to properly differentiate Windows 2003 by 2008 via HTTP response headers
This commit is contained in:
parent
1e5e4bbe34
commit
0efecde248
2 changed files with 6 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue