mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 01:47:37 +03:00 
			
		
		
		
	Adding new regular expressions for error messages
This commit is contained in:
		
							parent
							
								
									4cf49bc0cc
								
							
						
					
					
						commit
						96ccdb7c83
					
				| 
						 | 
					@ -7,6 +7,7 @@
 | 
				
			||||||
        <error regexp="Warning.*mysql_.*"/>
 | 
					        <error regexp="Warning.*mysql_.*"/>
 | 
				
			||||||
        <error regexp="valid MySQL result"/>
 | 
					        <error regexp="valid MySQL result"/>
 | 
				
			||||||
        <error regexp="MySqlClient\."/>
 | 
					        <error regexp="MySqlClient\."/>
 | 
				
			||||||
 | 
					        <error regexp="com\.mysql\.jdbc\.exceptions"/>
 | 
				
			||||||
    </dbms>
 | 
					    </dbms>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- PostgreSQL -->
 | 
					    <!-- PostgreSQL -->
 | 
				
			||||||
| 
						 | 
					@ -15,6 +16,7 @@
 | 
				
			||||||
        <error regexp="Warning.*\Wpg_.*"/>
 | 
					        <error regexp="Warning.*\Wpg_.*"/>
 | 
				
			||||||
        <error regexp="valid PostgreSQL result"/>
 | 
					        <error regexp="valid PostgreSQL result"/>
 | 
				
			||||||
        <error regexp="Npgsql\."/>
 | 
					        <error regexp="Npgsql\."/>
 | 
				
			||||||
 | 
					        <error regexp="org\.postgresql\.util\.PSQLException"/>
 | 
				
			||||||
    </dbms>
 | 
					    </dbms>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Microsoft SQL Server -->
 | 
					    <!-- Microsoft SQL Server -->
 | 
				
			||||||
| 
						 | 
					@ -30,7 +32,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- Microsoft Access -->
 | 
					    <!-- Microsoft Access -->
 | 
				
			||||||
    <dbms value="Microsoft Access">
 | 
					    <dbms value="Microsoft Access">
 | 
				
			||||||
        <error regexp="Microsoft Access Driver"/>
 | 
					        <error regexp="Microsoft Access (\d+ )?Driver"/>
 | 
				
			||||||
        <error regexp="JET Database Engine"/>
 | 
					        <error regexp="JET Database Engine"/>
 | 
				
			||||||
        <error regexp="Access Database Engine"/>
 | 
					        <error regexp="Access Database Engine"/>
 | 
				
			||||||
    </dbms>
 | 
					    </dbms>
 | 
				
			||||||
| 
						 | 
					@ -69,6 +71,7 @@
 | 
				
			||||||
        <error regexp="System.Data.SQLite.SQLiteException"/>
 | 
					        <error regexp="System.Data.SQLite.SQLiteException"/>
 | 
				
			||||||
        <error regexp="Warning.*sqlite_.*"/>
 | 
					        <error regexp="Warning.*sqlite_.*"/>
 | 
				
			||||||
        <error regexp="Warning.*SQLite3::"/>
 | 
					        <error regexp="Warning.*SQLite3::"/>
 | 
				
			||||||
 | 
					        <error regexp="\[SQLITE_ERROR\]"/>
 | 
				
			||||||
    </dbms>
 | 
					    </dbms>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <!-- SAP MaxDB -->
 | 
					    <!-- SAP MaxDB -->
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user