mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-30 23:47:45 +03:00 
			
		
		
		
	Patch for #4178
This commit is contained in:
		
							parent
							
								
									5cacf20eb5
								
							
						
					
					
						commit
						1156b53eee
					
				|  | @ -18,7 +18,7 @@ from lib.core.enums import OS | |||
| from thirdparty.six import unichr as _unichr | ||||
| 
 | ||||
| # sqlmap version (<major>.<minor>.<month>.<monthly commit>) | ||||
| VERSION = "1.4.4.9" | ||||
| VERSION = "1.4.4.10" | ||||
| TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable" | ||||
| TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34} | ||||
| VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE) | ||||
|  |  | |||
|  | @ -83,9 +83,9 @@ from lib.core.enums import WEB_PLATFORM | |||
| from lib.core.exception import SqlmapCompressionException | ||||
| from lib.core.exception import SqlmapConnectionException | ||||
| from lib.core.exception import SqlmapGenericException | ||||
| from lib.core.exception import SqlmapSkipTargetException | ||||
| from lib.core.exception import SqlmapSyntaxException | ||||
| from lib.core.exception import SqlmapTokenException | ||||
| from lib.core.exception import SqlmapUserQuitException | ||||
| from lib.core.exception import SqlmapValueException | ||||
| from lib.core.settings import ASTERISK_MARKER | ||||
| from lib.core.settings import BOUNDARY_BACKSLASH_MARKER | ||||
|  | @ -787,7 +787,7 @@ class Connect(object): | |||
|                     kb.connErrorChoice = readInput(message, default='N', boolean=True) | ||||
| 
 | ||||
|                 if kb.connErrorChoice is False: | ||||
|                     raise SqlmapUserQuitException | ||||
|                     raise SqlmapSkipTargetException | ||||
| 
 | ||||
|             if "forcibly closed" in tbMsg: | ||||
|                 logger.critical(warnMsg) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user