mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-01 00:17:25 +03:00 
			
		
		
		
	Fixes #3898
This commit is contained in:
		
							parent
							
								
									f6e1f11711
								
							
						
					
					
						commit
						54e93e53df
					
				|  | @ -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.3.8.28" | ||||
| VERSION = "1.3.8.29" | ||||
| 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) | ||||
|  |  | |||
|  | @ -105,6 +105,7 @@ def update(): | |||
| 
 | ||||
|         dataToStdout("\r[%s] [INFO] update in progress" % time.strftime("%X")) | ||||
| 
 | ||||
|         output = "" | ||||
|         try: | ||||
|             process = subprocess.Popen("git checkout . && git pull %s HEAD" % GIT_REPOSITORY, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=paths.SQLMAP_ROOT_PATH) | ||||
|             pollProcess(process, True) | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user