mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-30 23:47:45 +03:00 
			
		
		
		
	Minor update
This commit is contained in:
		
							parent
							
								
									c2b9e539ae
								
							
						
					
					
						commit
						5d08b9004e
					
				|  | @ -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.9.16" | ||||
| VERSION = "1.4.9.17" | ||||
| 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) | ||||
|  |  | |||
|  | @ -683,10 +683,10 @@ def cmdLineParser(argv=None): | |||
|             help="Parse and display DBMS error messages from responses") | ||||
| 
 | ||||
|         general.add_argument("--preprocess", dest="preprocess", | ||||
|             help="Use given script(s) for preprocessing (request data)") | ||||
|             help="Use given script(s) for preprocessing (request)") | ||||
| 
 | ||||
|         general.add_argument("--postprocess", dest="postprocess", | ||||
|             help="Use given script(s) for postprocessing (response data)") | ||||
|             help="Use given script(s) for postprocessing (response)") | ||||
| 
 | ||||
|         general.add_argument("--repair", dest="repair", action="store_true", | ||||
|             help="Redump entries having unknown character marker (%s)" % INFERENCE_UNKNOWN_CHAR) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user