All Projects → cckuailong → Hackchrome

cckuailong / Hackchrome

Licence: mit
⛄️ Get the User:Password from Chrome(include version < 80 and version > 80)

Programming Languages

go
31211 projects - #10 most used programming language
hack
652 projects

Projects that are alternatives of or similar to Hackchrome

Simpread Little
简悦( SimpRead ) · 轻阅版
Stars: ✭ 216 (-9.24%)
Mutual labels:  chrome
Tofu
一款 Chrome 扩展。用于备份豆瓣账号的数据,并支持导出 Excel 文档。
Stars: ✭ 228 (-4.2%)
Mutual labels:  chrome
Supercookie
💭 Inspiration
Stars: ✭ 3,630 (+1425.21%)
Mutual labels:  chrome
Brightray
A thin shim over Chromium’s Content module, no longer active, the source code has been directly imported into Electron in https://github.com/electron/electron/pull/9423
Stars: ✭ 220 (-7.56%)
Mutual labels:  chrome
Serverless Chrome
🌐 Run headless Chrome/Chromium on AWS Lambda
Stars: ✭ 2,625 (+1002.94%)
Mutual labels:  chrome
Osx Ramdisk
RAM Disk creator in OS-X for IntelliJ, Google Chrome and other apps cache to make them fly.
Stars: ✭ 229 (-3.78%)
Mutual labels:  chrome
Pychromeless
Python Lambda Chrome Automation (naming pending)
Stars: ✭ 219 (-7.98%)
Mutual labels:  chrome
Dockselpy
Dockerized Selenium and Python with support for Chrome, Firefox and PhantomJS
Stars: ✭ 237 (-0.42%)
Mutual labels:  chrome
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+8671.43%)
Mutual labels:  chrome
Ocaramba
C# Framework to automate tests using Selenium WebDriver
Stars: ✭ 234 (-1.68%)
Mutual labels:  chrome
Grpc Web Devtools
Chrome & Firefox Browser extension to aid gRPC-Web development
Stars: ✭ 223 (-6.3%)
Mutual labels:  chrome
Gadebugger
A Chrome, Firefox & Opera devtools extension for debugging Google Analytics tracking code
Stars: ✭ 225 (-5.46%)
Mutual labels:  chrome
Cdp4j
cdp4j - Chrome DevTools Protocol for Java
Stars: ✭ 232 (-2.52%)
Mutual labels:  chrome
Adfilt
The place where I, DandelionSprout, store my web filter lists for countless topics, including my Nordic adblock list. As simple as that, really.
Stars: ✭ 217 (-8.82%)
Mutual labels:  chrome
React Sight
Visualization tool for React, with support for Fiber, Router (v4), and Redux
Stars: ✭ 2,716 (+1041.18%)
Mutual labels:  chrome
Excellent Software
收集那些优秀的软件(Windows & Mac & Android & Chrome Plugins)
Stars: ✭ 220 (-7.56%)
Mutual labels:  chrome
Awesome Java Crawler
本仓库收集整理爬虫相关资源,开发语言以Java为主
Stars: ✭ 228 (-4.2%)
Mutual labels:  chrome
Browser
The browser extension vault (Chrome, Firefox, Opera, Edge, Safari, & more).
Stars: ✭ 3,305 (+1288.66%)
Mutual labels:  chrome
Tua Body Scroll Lock
🔐 Body scroll locking that just works with everything
Stars: ✭ 236 (-0.84%)
Mutual labels:  chrome
Baidunetdisk Wap
BaiduNetdisk (WAP)
Stars: ✭ 232 (-2.52%)
Mutual labels:  chrome

HackChrome

Build Status

English ReadMe || 中文 ReadMe

Get the User:Password from Chrome(include version < 80 and version > 80)

Chrome version Affact

All version

Platform

Windows

Usage

  • Download the exe file here

  • Open cmd or powershell

  • Run

Hackone.exe > res.txt

Demo

demo

Theory

  • version < 80

User:Password pairs were stored in the file named "Login Data".

Password was encrypted, But we can use "CryptUnprotectData" Function in "Crypt32.dll" to decrypt them.

Finally, We get the plaintext of the User:Password pairs stored in Chrome

  • version > 80

Based on the Algorithm used by "version < 80", It use AES-GCM to encrypt the password via a and a .

The can be found in the "Local State" file, and can be decypted by "CryptUnprotectData" mentioned above.

The can be found at the begin of the encrypted_password.

Therefore, we can decrpted all the password.

  • Merge the result

If someone update the Chrome recently, we need to find the two ways of User:Password pairs.

What's more, I use some rules to merge the results into an array.

LICENSE

The Project follows MIT LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].