• 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 170 Last
Files 14
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: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 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/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/otiai10/copy-1.14.1
  • dependabot/go_modules/dev/github.com/stretchr/testify-1.10.0
  • 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/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/macos-decrypt-dpapi
  • fix/upgrade-golangci-lint-v2
  • fix/windows-chromium-password
  • main
  • refactor/crypto
  • refactor/dependence

14 Mar 2026 04:45PM UTC coverage: 49.695%. Remained the same
23092081236

push

github

web-flow
fix: cookie and password decryption for macOS (#465) (#501)

Co-authored-by: Michael L <luoshitou9@gmail.com>

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
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
23092028720 fix/macos-decrypt-dpapi Merge abd2747e1 into 47ae49707 Pull #501 14 Mar 2026 04:43PM UTC web-flow github
49.7
23091940163 dev fix: cookie and password decryption for macOS (#465) push 14 Mar 2026 04:37PM UTC web-flow github
42.27
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
21897120563 firefox-aes-256-cbc Merge f98b55d3a into 2f3f4a908 Pull #498 11 Feb 2026 08:01AM UTC web-flow github
51.77
See All Builds (167)
  • 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