• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

moonD4rk / HackBrowserData
50%

Build:
DEFAULT BRANCH: main
Repo Added 12 Jan 2024 01:50PM UTC
Token MJrUMFMHyDWqf69zPjq46w9tVzt8XZyoR regen
Build 183 Last
Files 13
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • chore/bump-deps
  • chore/deploy
  • chore/deps
  • chore/downgrade-go
  • chore/layout
  • chore/logo
  • chore/typo-config
  • dependabot/github_actions/actions/upload-release-asset-1.0.2
  • dependabot/github_actions/crazy-max/ghaction-xgo-3
  • dependabot/github_actions/dev/actions/checkout-6
  • dependabot/github_actions/dev/actions/setup-go-6
  • dependabot/github_actions/dev/golangci/golangci-lint-action-9
  • dependabot/github_actions/dev/goreleaser/goreleaser-action-7
  • dependabot/github_actions/dev/release-drafter/release-drafter-7
  • dependabot/github_actions/golangci/golangci-lint-action-4
  • dependabot/github_actions/golangci/golangci-lint-action-5
  • dependabot/github_actions/golangci/golangci-lint-action-6
  • dependabot/github_actions/release-drafter/release-drafter-6
  • dependabot/go_modules/dev/github.com/godbus/dbus/v5-5.2.2
  • dependabot/go_modules/dev/github.com/otiai10/copy-1.14.1
  • dependabot/go_modules/dev/github.com/stretchr/testify-1.10.0
  • dependabot/go_modules/dev/github.com/stretchr/testify-1.11.1
  • dependabot/go_modules/dev/github.com/tidwall/gjson-1.17.2
  • dependabot/go_modules/dev/github.com/tidwall/gjson-1.17.3
  • dependabot/go_modules/dev/github.com/tidwall/gjson-1.18.0
  • dependabot/go_modules/dev/github.com/urfave/cli/v2-2.27.3
  • dependabot/go_modules/dev/github.com/urfave/cli/v2-2.27.4
  • dependabot/go_modules/dev/github.com/urfave/cli/v2-2.27.5
  • dependabot/go_modules/dev/github.com/urfave/cli/v2-2.27.7
  • dependabot/go_modules/dev/golang.org/x/text-0.17.0
  • dependabot/go_modules/dev/golang.org/x/text-0.18.0
  • dependabot/go_modules/dev/golang.org/x/text-0.19.0
  • dependabot/go_modules/dev/golang.org/x/text-0.20.0
  • dependabot/go_modules/dev/golang.org/x/text-0.21.0
  • dependabot/go_modules/dev/golang.org/x/text-0.22.0
  • dependabot/go_modules/dev/modernc.org/sqlite-1.31.1
  • dependabot/go_modules/dev/modernc.org/sqlite-1.32.0
  • dependabot/go_modules/dev/modernc.org/sqlite-1.33.0
  • dependabot/go_modules/dev/modernc.org/sqlite-1.33.1
  • dependabot/go_modules/github.com/urfave/cli/v2-2.27.2
  • dependabot/go_modules/golang.org/x/text-0.15.0
  • dependabot/go_modules/golang.org/x/text-0.16.0
  • dependabot/go_modules/modernc.org/sqlite-1.29.10
  • dependabot/go_modules/modernc.org/sqlite-1.29.8
  • dependabot/go_modules/modernc.org/sqlite-1.29.9
  • dependabot/go_modules/modernc.org/sqlite-1.30.0
  • dependabot/go_modules/modernc.org/sqlite-1.30.1
  • dependabot/go_modules/modernc.org/sqlite-1.30.2
  • deploy/typos-lint
  • dev
  • docs/architecture-rfc
  • docs/contribute
  • docs/readme
  • feat/crypto
  • feat/firefox-key
  • feat/item-refact
  • feat/modern-sqlite
  • feat/profile
  • feat/release-ci
  • feat/slog
  • feat/upgrade-actions
  • feat/upgrade-ci
  • firefox-aes-256-cbc
  • fix/build-cache
  • fix/compress-dir
  • fix/filewalk-permission
  • fix/issue-525-storage-parser
  • fix/macos-decrypt-dpapi
  • fix/upgrade-golangci-lint-v2
  • fix/windows-chromium-password
  • refactor/crypto
  • refactor/dependence
  • refactor/rfcs-and-gitignore

22 Mar 2026 05:07PM UTC coverage: 49.695%. Remained the same
23408096194

push

github

web-flow
docs: add architecture refactoring RFCs and switch gitignore to whitelist (#510)

* docs: add architecture refactoring RFCs and switch gitignore to whitelist

- Rename rfc/ to rfcs/
- RFC-001: overall architecture redesign (data models, crypto layer,
  browser registration, CLI separation, error handling)
- RFC-002: data extraction and file acquisition refactoring
- Replace .gitignore blacklist (212 lines) with precise whitelist (43 lines)
  to prevent accidental commit of sensitive browser data files

* feat: update architecture refactoring documentation

- Refactor the architecture to improve scalability and maintainability
- Streamline browser data and file acquisition processes for efficiency

* docs(rfcs): add extract_* naming convention and queryRows[T] helper

- RFC-001: add file naming convention section explaining extract_* prefix
  grouping, add datautil/query.go for queryRows[T] generic helper
- RFC-002: update all extract examples to use datautil.QueryRows[T],
  add Section 3.2 with queryRows[T] definition

* feat: update architecture refactoring documentation

- RFC-001: rename BrowserConfig→Config, BrowsingData→Extract,
  add public/private visibility table, add isValidBrowserDir
  in PickBrowsers, remove storage from Chromium struct,
  NewChain returns KeyRetriever interface, add error wrapping
  convention, unexport PBKDF2 params, flatten log/level
- RFC-002: replace outPutter with writeFile/writeJSON/writeCSV,
  remove golang.org/x/text dependency (3-byte BOM), add Windows
  locked file handling (copyLocked), fix discoverDataFiles to
  check file vs dir type, Firefox New() takes profileDir only,
  add decryptPBE helper, add error handling section, add
  profile discovery with tests, add platform config example

734 of 1477 relevant lines covered (49.7%)

8.51 hits per line

Relevant lines Covered
Build:
Build:
1477 RELEVANT LINES 734 COVERED LINES
8.51 HITS PER LINE
Source Files on main
  • Tree
  • List 14
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23408096194 main docs: add architecture refactoring RFCs and switch gitignore to whitelist (#510) * docs: add architecture refactoring RFCs and switch gitignore to whitelist - Rename rfc/ to rfcs/ - RFC-001: overall architecture redesign (data models, crypto lay... push 22 Mar 2026 05:08PM UTC web-flow github
49.7
23407575674 main chore(deps): bump dependencies compatible with Go 1.20 (#509) - github.com/stretchr/testify 1.9.0 → 1.11.1 - github.com/godbus/dbus/v5 5.1.0 → 5.2.2 - github.com/urfave/cli/v2 2.27.4 → 2.27.7 - github.com/otiai10/copy 1.14.0 → 1.14.1 - modernc.or... push 22 Mar 2026 04:40PM UTC web-flow github
49.7
23092081236 main fix: cookie and password decryption for macOS (#465) (#501) Co-authored-by: Michael L <luoshitou9@gmail.com> push 14 Mar 2026 04:46PM UTC web-flow github
49.7
22701111106 main fix: update bookmark title handling (#500) push 05 Mar 2026 03:39AM UTC web-flow github
49.7
22699801024 main Merge 1a6f85cb6 into 3a89cb63c Pull #500 05 Mar 2026 02:45AM UTC web-flow github
49.7
22607582344 main feat: enhance firefox 144+ master key retrieval and improve padding validation (#499) * feat: enhance firefox 144+ master key retrieval and improve padding validation * fix: correct SQL query casing in nssPrivate test * fix: reorder import stat... push 03 Mar 2026 03:57AM UTC web-flow github
49.7
22607377406 main Merge 116c36f1f into 1ae127efb Pull #499 03 Mar 2026 03:48AM UTC web-flow github
49.7
22607170887 main Merge 1d653ebbe into 1ae127efb Pull #499 03 Mar 2026 03:39AM UTC web-flow github
49.7
21995997550 main feat: Support decryption of Firefox 144+ (AES-256-CBC) (#498) * feat: Support decryption of Firefox 144+ (AES-256-CBC) * docs: Add Firefox 144+ support to README push 13 Feb 2026 05:19PM UTC web-flow github
51.77
19731105956 main feat: Decrypt the browser master key on macOS via CVE-2025-24204 (#494) * feat: Decrypt the browser master key on macOS via CVE-2025-24204 * fix: resolve lint warnings and stabilize tests * feat: default to gcoredump key extraction on macOS push 27 Nov 2025 09:13AM UTC web-flow github
51.72
See All Builds (180)
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc