mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-31 16:07:55 +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 |     #   FF      0C      new page | ||||||
|     #   CR      0D      carriage return |     #   CR      0D      carriage return | ||||||
|     #   VT      0B      vertical TAB        (MySQL and Microsoft SQL Server only) |     #   VT      0B      vertical TAB        (MySQL and Microsoft SQL Server only) | ||||||
|     #   -       A0      -                   (MySQL only) |     blanks = ('%09', '%0A', '%0C', '%0D', '%0B') | ||||||
|     blanks = ('%09', '%0A', '%0C', '%0D', '%0B', '%A0') |  | ||||||
|     retVal = payload |     retVal = payload | ||||||
| 
 | 
 | ||||||
|     if payload: |     if payload: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user