mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-08 15:13:16 +03:00
Minor signatures adjustments
This commit is contained in:
parent
b700485a1b
commit
4cb161ce4f
|
@ -8,11 +8,11 @@
|
||||||
|
|
||||||
<root>
|
<root>
|
||||||
<regexp value="ASPSESSIONID">
|
<regexp value="ASPSESSIONID">
|
||||||
<info technology="Microsoft IIS|ASP" type="Windows" distrib="2000"/>
|
<info technology="ASP" type="Windows" distrib="2000"/>
|
||||||
</regexp>
|
</regexp>
|
||||||
|
|
||||||
<regexp value="ASP\.NET_SessionId">
|
<regexp value="ASP\.NET_SessionId">
|
||||||
<info technology="Microsoft IIS|ASP.NET" type="Windows" distrib="2003"/>
|
<info technology="ASP.NET" type="Windows" distrib="2003|2008"/>
|
||||||
</regexp>
|
</regexp>
|
||||||
|
|
||||||
<regexp value="JSESSIONID">
|
<regexp value="JSESSIONID">
|
||||||
|
|
|
@ -4,6 +4,6 @@
|
||||||
|
|
||||||
<root>
|
<root>
|
||||||
<regexp value="([\d\.]+)">
|
<regexp value="([\d\.]+)">
|
||||||
<info technology="ASP.NET" tech_version="1" type="Windows"/>
|
<info technology="ASP.NET" tech_version="1" type="Windows" distrib="2003|2008"/>
|
||||||
</regexp>
|
</regexp>
|
||||||
</root>
|
</root>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user