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

moonD4rk / HackBrowserData
42%

Build:
DEFAULT BRANCH: main
Repo Added 12 Jan 2024 01:50PM UTC
Token MJrUMFMHyDWqf69zPjq46w9tVzt8XZyoR regen
Build 157 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/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
  • fix/build-cache
  • fix/compress-dir
  • fix/filewalk-permission
  • fix/upgrade-golangci-lint-v2
  • fix/windows-chromium-password
  • refactor/crypto
  • refactor/dependence

02 Sep 2025 03:23PM UTC coverage: 42.273%. Remained the same
17408225698

push

github

web-flow
docs: add architecture RFC and development guidelines (#486)

- Add RFC-001 for architecture refactoring proposal
- Add CLAUDE.md with development guidelines and security analysis
- Document current issues and proposed solutions for library support
- Include cross-platform considerations and encryption versioning

The RFC addresses key architectural challenges:
* Limited encryption version support (only v10)
* Scattered cross-platform MasterKey retrieval
* Windows Cookie file access permission issues
* Coupled code architecture preventing library usage
* Inconsistent error handling
* Testing and maintenance difficulties

Proposed improvements include versioned encryption strategies,
unified MasterKey abstraction, and a clean library API design.

372 of 880 relevant lines covered (42.27%)

3.78 hits per line

Relevant lines Covered
Build:
Build:
880 RELEVANT LINES 372 COVERED LINES
3.78 HITS PER LINE
Source Files on main
  • Tree
  • List 13
  • 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
17408225698 main docs: add architecture RFC and development guidelines (#486) - Add RFC-001 for architecture refactoring proposal - Add CLAUDE.md with development guidelines and security analysis - Document current issues and proposed solutions for library suppor... push 02 Sep 2025 03:24PM UTC web-flow github
42.27
17408093725 main fix: upgrade golangci-lint to v2 and modernize configuration (#487) * fix: upgrade golangci-lint to v2 and modernize configuration - Migrate from golangci-lint v1 to v2 configuration format - Update GitHub Actions workflow to use golangci-lint-a... push 02 Sep 2025 03:19PM UTC web-flow github
42.27
11849852234 main fix: Resolve decryption failures of password value in some browser (#452) * fix: skip chromium-based browser 'def' dir * fix: fixed the issue that 360speed, QQ Browser and other Chinese browsers had errors in decrypting passwords and cookies * ... push 15 Nov 2024 03:41AM UTC moonD4rk github
42.27
11539506580 main Merge 499a1fd74 into ad020cf13 Pull #441 27 Oct 2024 06:07PM UTC web-flow github
42.27
11453551614 main chore: downgrade golang version to 1.20, support Windows 7. (#435) * chore: downgrade golang version to 1.20, support windows 7 * chore: Update dependencies for Go project. - Update dependencies in go.sum - Improvements and optimizations i... push 22 Oct 2024 05:02AM UTC moonD4rk github
42.27
11105027399 main chore: Update dependencies to latest versions (#426) * chore: Update dependencies to latest versions - Update dependencies versions in `go.mod` file - Address security vulnerabilities by updating third-party libraries - Improve performance a... push 30 Sep 2024 11:19AM UTC moonD4rk github
18.67
10335553398 main chore(deps): bump golang dependencies (#380) * chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.17.1 to 1.17.3. - [Commits](https://github.com/tidwall/g... push 11 Aug 2024 12:27AM UTC web-flow github
18.67
10008068177 main docs: Remove Chinese README file push 19 Jul 2024 12:30PM UTC moonD4rk github
18.67
9976196954 main fix: Improve error handling and fix wrong compress dir for windows (#367) (#368) * fix: Improve error handling and fix wrong compress dir for windows * refactor: Refactor fileutil package for pass linter push 17 Jul 2024 02:33PM UTC web-flow github
18.67
9950517049 main docs: Update the document version to 0.4.6 (#363) * docs: Update README with version `0.4.6` and improvements push 16 Jul 2024 04:02AM UTC web-flow github
17.03
See All Builds (154)
  • 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

© 2025 Coveralls, Inc