mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-31 16:07:55 +03:00 
			
		
		
		
	minor patch
This commit is contained in:
		
							parent
							
								
									e419177871
								
							
						
					
					
						commit
						fdf61015ad
					
				|  | @ -337,7 +337,7 @@ def __goBooleanProxy(expression): | |||
| 
 | ||||
|     output = hashDBRetrieve(expression) | ||||
| 
 | ||||
|     if not output: | ||||
|     if output is None: | ||||
|         output = Request.queryPage(payload, timeBasedCompare=timeBasedCompare, raise404=False) | ||||
| 
 | ||||
|         if output is not None: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user