Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion bin/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,30 @@ Globs:
WindowsChromeProfiles:
- C:\Users\*\AppData\{Roaming,Local}/BraveSoftware/Brave*/User Data
- C:\Users\*\AppData\{Roaming,Local}/Google/Chrome/User Data
- C:\Users\*\AppData\{Roaming,Local}/Google/Chrome SxS/User Data
- C:\Users\*\AppData\{Roaming,Local}/Google/Chrome Beta/User Data
- C:\Users\*\AppData\{Roaming,Local}/Google/Chrome Dev/User Data
- C:\Users\*\AppData\{Roaming,Local}/Chromium/User Data
- C:\Users\*\AppData\{Roaming,Local}/Microsoft/Edge/User Data
- C:\Users\*\AppData\{Roaming,Local}/Microsoft/Edge SxS/User Data
- C:\Users\*\AppData\{Roaming,Local}/Microsoft/Edge Beta/User Data
- C:\Users\*\AppData\{Roaming,Local}/Microsoft/Edge Dev/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/Google/Chrome Beta/
- /Users/*/Library/Application Support/Google/Chrome Canary/
- /Users/*/Library/Application Support/Google/Chrome Dev/
- /Users/*/Library/Application Support/Microsoft Edge/
- /Users/*/Library/Application Support/Microsoft Edge Beta/
- /Users/*/Library/Application Support/Microsoft Edge Canary/
- /Users/*/Library/Application Support/Microsoft Edge Dev/
- /Users/*/Library/Application Support/Chromium/
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*
- /Users/*/Library/Application Support/Firefox/Profiles
4 changes: 2 additions & 2 deletions compile/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ parameters:
- name: MatchFilename
description: |
If set we use the filename to detect the type of sqlite file.
When unset we use heristics (slower)
When unset we use heuristics (slower)
type: bool
default: Y

Expand All @@ -116,7 +116,7 @@ parameters:
default: .

- name: All
description: Select all tagrgets
description: Select all targets
type: bool
default: Y

Expand Down
2 changes: 1 addition & 1 deletion definitions/Firefox_Bookmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FilenameRegex: "places.sqlite"
Globs:
- "{{WindowsFirefoxProfiles}}/*/places.sqlite"
- "{{LinuxFirefoxProfiles}}/places.sqlite"
- "{{MacOSFirefoxProfiles}}/places.sqlite"
- "{{MacOSFirefoxProfiles}}/*/places.sqlite"

Sources:
- Preamble: |
Expand Down
2 changes: 1 addition & 1 deletion definitions/Firefox_Cookies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FilenameRegex: "cookies.sqlite"
Globs:
- "{{WindowsFirefoxProfiles}}/*/cookies.sqlite"
- "{{LinuxFirefoxProfiles}}/cookies.sqlite"
- "{{MacOSFirefoxProfiles}}/cookies.sqlite"
- "{{MacOSFirefoxProfiles}}/*/cookies.sqlite"

Sources:
- VQL: |
Expand Down
2 changes: 1 addition & 1 deletion definitions/Firefox_Downloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FilenameRegex: "downloads.sqlite"
Globs:
- "{{WindowsFirefoxProfiles}}/*/downloads.sqlite"
- "{{LinuxFirefoxProfiles}}/downloads.sqlite"
- "{{MacOSFirefoxProfiles}}/downloads.sqlite"
- "{{MacOSFirefoxProfiles}}/*/downloads.sqlite"

Sources:
- VQL: |
Expand Down
2 changes: 1 addition & 1 deletion definitions/Firefox_Favicons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FilenameRegex: "favicons.sqlite"
Globs:
- "{{WindowsFirefoxProfiles}}/*/favicons.sqlite"
- "{{LinuxFirefoxProfiles}}/favicons.sqlite"
- "{{MacOSFirefoxProfiles}}/favicons.sqlite"
- "{{MacOSFirefoxProfiles}}/*/favicons.sqlite"

Sources:
- VQL: |
Expand Down
2 changes: 1 addition & 1 deletion definitions/Firefox_FormHistory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FilenameRegex: "formhistory.sqlite"
Globs:
- "{{WindowsFirefoxProfiles}}/*/formhistory.sqlite"
- "{{LinuxFirefoxProfiles}}/formhistory.sqlite"
- "{{MacOSFirefoxProfiles}}/formhistory.sqlite"
- "{{MacOSFirefoxProfiles}}/*/formhistory.sqlite"

Sources:
- VQL: |
Expand Down
1 change: 0 additions & 1 deletion docs/content/docs/rules/ *Minibuf-1*

This file was deleted.

1 change: 0 additions & 1 deletion docs/content/docs/rules/# *Minibuf-1*#

This file was deleted.

Loading