mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 01:47:37 +03:00 
			
		
		
		
	Merge pull request #413 from Bjerregaard/master
Fixed bug in false positive test for time-based injections
This commit is contained in:
		
						commit
						333ca0369b
					
				| 
						 | 
				
			
			@ -661,7 +661,7 @@ def checkFalsePositives(injection):
 | 
			
		|||
 | 
			
		||||
            # Just in case if DBMS hasn't properly recovered from previous delayed request
 | 
			
		||||
            if PAYLOAD.TECHNIQUE.BOOLEAN not in injection.data:
 | 
			
		||||
                checkBooleanExpression("%d=%d", randInt1, randInt2)
 | 
			
		||||
                checkBooleanExpression("%d=%d" % (randInt1, randInt2))
 | 
			
		||||
 | 
			
		||||
            if checkBooleanExpression("%d>(%d+%d)" % (min(randInt1, randInt2), randInt3, max(randInt1, randInt2))):
 | 
			
		||||
                retVal = None
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user