mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 01:47:37 +03:00 
			
		
		
		
	Merge branch 'master' of github.com:sqlmapproject/sqlmap
This commit is contained in:
		
						commit
						c85d57522c
					
				| 
						 | 
				
			
			@ -1050,6 +1050,8 @@ def identifyWaf():
 | 
			
		|||
    if not conf.identifyWaf:
 | 
			
		||||
        return None
 | 
			
		||||
 | 
			
		||||
    kb.testMode = True
 | 
			
		||||
 | 
			
		||||
    infoMsg = "using WAF scripts to detect "
 | 
			
		||||
    infoMsg += "backend WAF/IPS/IDS protection"
 | 
			
		||||
    logger.info(infoMsg)
 | 
			
		||||
| 
						 | 
				
			
			@ -1089,6 +1091,8 @@ def identifyWaf():
 | 
			
		|||
        infoMsg = "no WAF/IDS/IPS product has been identified"
 | 
			
		||||
        logger.info(infoMsg)
 | 
			
		||||
 | 
			
		||||
    kb.testMode = False
 | 
			
		||||
 | 
			
		||||
    return retVal
 | 
			
		||||
 | 
			
		||||
def checkNullConnection():
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user