mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
one more MSSQL/ASPX error banner regex
This commit is contained in:
parent
e6f0c4d857
commit
a56934e68b
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
||||||
<error regexp="Warning.*mssql_.*"/>
|
<error regexp="Warning.*mssql_.*"/>
|
||||||
<error regexp="(\W|\A)SQL Server.*[0-9a-fA-F]{8}"/>
|
<error regexp="(\W|\A)SQL Server.*[0-9a-fA-F]{8}"/>
|
||||||
<error regexp="Exception Details:.*\WSystem\."/>
|
<error regexp="Exception Details:.*\WSystem\."/>
|
||||||
|
<error regexp="Exception Details:.*\WRoadhouse\.Cms\."/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- Microsoft Access -->
|
<!-- Microsoft Access -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue