xaitax/Chrome-App-Bound-Encryption-Decryption
FreeBypass Chromium's App-Bound Encryption via Direct Syscall-based Reflective Process Hollowing. Extract cookies, passwords, payment methods & tokens from Chrome, Edge, Brave & Avast - fileless, user-mode, no admin required.
About xaitax/Chrome-App-Bound-Encryption-Decryption
Chrome-App-Bound-Encryption-Decryption (ChromElevator) is a post-exploitation tool that demonstrates a complete in-memory bypass of Chromium's App-Bound Encryption (ABE). It uses Direct Syscall-based Reflective Process Hollowing to launch a legitimate browser process in a suspended state, inject a payload, and hijack its identity and security context. The fileless payload is embedded as a ChaCha20-encrypted compile-time byte array, decrypted in-memory, and reflectively loaded to bypass static scanners. The tool extracts cookies, passwords, payment methods, IBANs, and Google OAuth tokens from Chrome, Edge, Brave, and Avast browsers. It discovers all user profiles, exports data to structured JSON, and includes comprehensive browser fingerprinting. Stealth features include Hell's Gate syscall resolution to evade EDR/AV user-land hooks, reflective DLL injection, and target-context COM invocation to satisfy ABE path-validation security checks. No administrator privileges are required.
Key Features
Pros & Cons
- Operates entirely in-memory with no files written to disk
- No administrator privileges required
- Bypasses EDR/AV user-land API hooks via direct syscalls
- Supports multiple Chromium-based browsers (Chrome, Edge, Brave, Avast)
- Exports structured JSON output for easy analysis
- Living-off-the-Land technique minimizes forensic footprint
- Windows-only tool due to reliance on WinAPI and process hollowing
- Requires initial access to the target system (post-exploitation)
- May be detected by advanced EDR that monitors syscall patterns or reflective DLL loading
- Only targets Chromium-based browsers, not other browsers or applications
- Intended for authorized security testing; misuse could be illegal