|  |  |  | @ -23,7 +23,7 @@ func Execute() { | 
			
		
	
		
			
				
					|  |  |  |  | 		Name:  "hack-browser-data", | 
			
		
	
		
			
				
					|  |  |  |  | 		Usage: "Export passwords/cookies/history/bookmarks from browser", | 
			
		
	
		
			
				
					|  |  |  |  | 		UsageText: "[hack-browser-data -b chrome -f json -dir results -cc]\n 	Get all data(password/cookie/history/bookmark) from chrome", | 
			
		
	
		
			
				
					|  |  |  |  | 		Version: "0.2.8", | 
			
		
	
		
			
				
					|  |  |  |  | 		Version: "0.2.9", | 
			
		
	
		
			
				
					|  |  |  |  | 		Flags: []cli.Flag{ | 
			
		
	
		
			
				
					|  |  |  |  | 			&cli.BoolFlag{Name: "verbose", Aliases: []string{"vv"}, Destination: &verbose, Value: false, Usage: "Verbose"}, | 
			
		
	
		
			
				
					|  |  |  |  | 			&cli.BoolFlag{Name: "compress", Aliases: []string{"cc"}, Destination: &compress, Value: false, Usage: "Compress result to zip"}, | 
			
		
	
	
		
			
				
					|  |  |  | 
 |