File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# HackBrowserData
77
8- ![ CI ] ( https://github.com/moonD4rk/HackBrowserData/workflows/CI /badge.svg?branch=master ) ![ Build Hack-Browser-Data Release] ( https://github.com/moonD4rk/HackBrowserData/workflows/Build%20Hack-Browser-Data%20Release /badge.svg )
8+ [ ![ Lint ] ( https://github.com/moonD4rk/HackBrowserData/actions/ workflows/lint.yml /badge.svg )] ( https://github.com/moonD4rk/HackBrowserData/actions/workflows/lint.yml ) [ ![ build ] ( https://github.com/moonD4rk/HackBrowserData/actions/workflows/build.yml/badge.svg )] ( https://github.com/moonD4rk/HackBrowserData/actions/workflows/build.yml ) [ ![ Release] ( https://github.com/moonD4rk/HackBrowserData/actions/ workflows/release.yml /badge.svg )] ( https://github.com/moonD4rk/HackBrowserData/actions/workflows/release.yml )
99
1010[ 中文说明] ( https://github.com/moonD4rk/HackBrowserData/blob/master/README_ZH.md )
1111
@@ -133,9 +133,6 @@ USAGE:
133133 Export all browingdata(password/cookie/history/bookmark) from browser
134134 Github Link: https://github.com/moonD4rk/HackBrowserData
135135
136- VERSION:
137- 0.4.3
138-
139136GLOBAL OPTIONS:
140137 --verbose, --vv verbose (default: false)
141138 --compress, --zip compress result to zip (default: false)
Original file line number Diff line number Diff line change @@ -128,9 +128,6 @@ USAGE:
128128 Export all browingdata(password/cookie/history/bookmark) from browser
129129 Github Link: https://github.com/moonD4rk/HackBrowserData
130130
131- VERSION:
132- 0.4.3
133-
134131GLOBAL OPTIONS:
135132 --verbose, --vv verbose (default: false)
136133 --compress, --zip compress result to zip (default: false)
Original file line number Diff line number Diff line change 11package decrypter
22
3+ import (
4+ "errors"
5+ )
6+
37var (
48 errSecurityKeyIsEmpty = errors .New ("input [security find-generic-password -wa 'Chrome'] in terminal" )
59)
You can’t perform that action at this time.
0 commit comments