mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	minor update
This commit is contained in:
		
							parent
							
								
									25f3143d92
								
							
						
					
					
						commit
						bfd923fe29
					
				| 
						 | 
				
			
			@ -23,7 +23,7 @@ def tamper(payload):
 | 
			
		|||
 | 
			
		||||
    def process(match):
 | 
			
		||||
        word = match.group('word')
 | 
			
		||||
        if word.upper() in kb.keywords and word.upper() not in ["CAST"]: # CAST can't be commented out
 | 
			
		||||
        if word.upper() in kb.keywords and word.upper() not in ["CAST", "COUNT"]: # keywords that can't be commented out
 | 
			
		||||
            return match.group().replace(word, "/*!%s*/" % word)
 | 
			
		||||
        else:
 | 
			
		||||
            return match.group()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user