forked from Velocidex/SQLiteHunter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
21 lines (21 loc) · 975 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Globs:
LinuxChromeProfiles:
- /home/*/.config/google-chrome
- /home/*/.config/chrome-remote-desktop/chrome-profile
- /home/*/.config/chromium}
WindowsChromeProfiles:
- C:\Users\*\AppData\{Roaming,Local}/BraveSoftware/Brave*/User Data
- C:\Users\*\AppData\{Roaming,Local}/Google/Chrome/User Data
- C:\Users\*\AppData\{Roaming,Local}/Microsoft/Edge/User Data
- C:\Users\*\AppData\{Roaming,Local}\Opera Software\Opera Stable\
MacOSChromeProfiles:
- /Users/*/Library/Application Support/BraveSoftware/Brave*/
- /Users/*/Library/Application Support/Google/Chrome/
- /Users/*/Library/Application Support/Microsoft Edge/
WindowsFirefoxProfiles:
- C:\Users\*\AppData\{Roaming,Local}\Mozilla\Firefox\Profiles
LinuxFirefoxProfiles:
- /home/*/.mozilla/firefox/*.default*
- /home/*/snap/firefox/common/.mozilla/firefox/*.default*
MacOSFirefoxProfiles:
- /Users/*/Library/Application Support/Firefox/Profiles/*.default*