mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-31 07:57:47 +03:00 
			
		
		
		
	Minor update (tested against LAMP - %A0 makes problems)
This commit is contained in:
		
							parent
							
								
									6676eaf88f
								
							
						
					
					
						commit
						b8ab37651c
					
				|  | @ -42,8 +42,7 @@ def tamper(payload, **kwargs): | |||
|     #   FF      0C      new page | ||||
|     #   CR      0D      carriage return | ||||
|     #   VT      0B      vertical TAB        (MySQL and Microsoft SQL Server only) | ||||
|     #   -       A0      -                   (MySQL only) | ||||
|     blanks = ('%09', '%0A', '%0C', '%0D', '%0B', '%A0') | ||||
|     blanks = ('%09', '%0A', '%0C', '%0D', '%0B') | ||||
|     retVal = payload | ||||
| 
 | ||||
|     if payload: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user