mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-31 16:07:55 +03:00 
			
		
		
		
	Fixes #4025
This commit is contained in:
		
							parent
							
								
									f7a237fdee
								
							
						
					
					
						commit
						c3a6b71023
					
				|  | @ -2466,6 +2466,10 @@ def _basicOptionValidation(): | ||||||
|             errMsg = "invalid regular expression '%s' ('%s')" % (conf.paramExclude, getSafeExString(ex)) |             errMsg = "invalid regular expression '%s' ('%s')" % (conf.paramExclude, getSafeExString(ex)) | ||||||
|             raise SqlmapSyntaxException(errMsg) |             raise SqlmapSyntaxException(errMsg) | ||||||
| 
 | 
 | ||||||
|  |     if conf.cookieDel and len(conf.cookieDel): | ||||||
|  |         errMsg = "option '--cookie-del' should contain a single character (e.g. ';')" | ||||||
|  |         raise SqlmapSyntaxException(errMsg) | ||||||
|  | 
 | ||||||
|     if conf.crawlExclude: |     if conf.crawlExclude: | ||||||
|         try: |         try: | ||||||
|             re.compile(conf.crawlExclude) |             re.compile(conf.crawlExclude) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user