mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-10-30 23:47:45 +03:00 
			
		
		
		
	Minor cosmetic patch
This commit is contained in:
		
							parent
							
								
									0e8090381c
								
							
						
					
					
						commit
						8a92dd3aaa
					
				|  | @ -81,6 +81,7 @@ def main(): | ||||||
| 
 | 
 | ||||||
|         banner() |         banner() | ||||||
| 
 | 
 | ||||||
|  |         conf.showTime = True | ||||||
|         dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True) |         dataToStdout("[!] legal disclaimer: %s\n\n" % LEGAL_DISCLAIMER, forceOutput=True) | ||||||
|         dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True) |         dataToStdout("[*] starting at %s\n\n" % time.strftime("%X"), forceOutput=True) | ||||||
| 
 | 
 | ||||||
|  | @ -131,6 +132,7 @@ def main(): | ||||||
|         dataToStdout(setColor(traceback.format_exc())) |         dataToStdout(setColor(traceback.format_exc())) | ||||||
| 
 | 
 | ||||||
|     finally: |     finally: | ||||||
|  |         if conf.get("showTime"): | ||||||
|             dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True) |             dataToStdout("\n[*] shutting down at %s\n\n" % time.strftime("%X"), forceOutput=True) | ||||||
| 
 | 
 | ||||||
|         kb.threadContinue = False |         kb.threadContinue = False | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user