mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	Fixes #1644
This commit is contained in:
		
							parent
							
								
									e3650342bd
								
							
						
					
					
						commit
						c7ea3d65be
					
				| 
						 | 
				
			
			@ -639,7 +639,7 @@ def _findPageForms():
 | 
			
		|||
            except KeyboardInterrupt:
 | 
			
		||||
                break
 | 
			
		||||
            except Exception, ex:
 | 
			
		||||
                errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, ex)
 | 
			
		||||
                errMsg = "problem occurred while searching for forms at '%s' ('%s')" % (target, getSafeExString(ex))
 | 
			
		||||
                logger.error(errMsg)
 | 
			
		||||
 | 
			
		||||
def _setDBMSAuthentication():
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user