mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 01:47:37 +03:00 
			
		
		
		
	Trivial update
This commit is contained in:
		
							parent
							
								
									450b3c93cb
								
							
						
					
					
						commit
						49982bce9c
					
				| 
						 | 
				
			
			@ -181,7 +181,7 @@ def _setRequestParams():
 | 
			
		|||
                    kb.postHint = POST_HINT.SOAP if "soap" in conf.data.lower() else POST_HINT.XML
 | 
			
		||||
 | 
			
		||||
            elif re.search(MULTIPART_RECOGNITION_REGEX, conf.data):
 | 
			
		||||
                message = "Multipart like data found in %s data. " % conf.method
 | 
			
		||||
                message = "Multipart-like data found in %s data. " % conf.method
 | 
			
		||||
                message += "Do you want to process it? [Y/n/q] "
 | 
			
		||||
                test = readInput(message, default="Y")
 | 
			
		||||
                if test and test[0] in ("q", "Q"):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user