mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-23 01:56:36 +03:00
66 lines
1.4 KiB
XML
66 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
References:
|
|
* http://www.http-stats.com/Set-Cookie2
|
|
* http://www.owasp.org/index.php/Category:OWASP_Cookies_Database
|
|
-->
|
|
|
|
<root>
|
|
<regexp value="ASPSESSIONID">
|
|
<info technology="ASP" type="Windows"/>
|
|
</regexp>
|
|
|
|
<regexp value="ASP\.NET_SessionId|\.ASPXAUTH">
|
|
<info technology="ASP.NET" type="Windows"/>
|
|
</regexp>
|
|
|
|
<regexp value="JSESSIONID">
|
|
<info technology="JSP"/>
|
|
</regexp>
|
|
|
|
<regexp value="JServSessionId">
|
|
<info technology="JServ"/>
|
|
</regexp>
|
|
|
|
<regexp value="Ltpatoken">
|
|
<info technology="WebSphere"/>
|
|
</regexp>
|
|
|
|
<regexp value="PHPSESS">
|
|
<info technology="PHP"/>
|
|
</regexp>
|
|
|
|
<regexp value="RoxenUserID">
|
|
<info technology="Roxen"/>
|
|
</regexp>
|
|
|
|
<regexp value="wiki\d+_session">
|
|
<info technology="MediaWiki"/>
|
|
</regexp>
|
|
|
|
<regexp value="Apache">
|
|
<info technology="Apache"/>
|
|
</regexp>
|
|
|
|
<regexp value="DomAuthSessID">
|
|
<info technology="Domino|Notes"/>
|
|
</regexp>
|
|
|
|
<regexp value="CFID|CFTOKEN|CFMAGIC|CFGLOBALS">
|
|
<info technology="ColdFusion"/>
|
|
</regexp>
|
|
|
|
<regexp value="WebLogicSession">
|
|
<info technology="WebLogic"/>
|
|
</regexp>
|
|
|
|
<regexp value="MoodleSession">
|
|
<info technology="Moodle"/>
|
|
</regexp>
|
|
|
|
<regexp value="\bwp_">
|
|
<info technology="WordPress"/>
|
|
</regexp>
|
|
</root>
|