Tag: JavaScript
- Scanning and Hooking Dynamic, Client-Side Data in Modern Web Applications (22 Nov 2021)
Scanning the DOM for interesting data + hooking getters/setters. Demonstrating POC w/ a PowerApps example. - Exploring the WinDbg Preview JavaScript API (22 Oct 2021)
Trying to recreate the x32dbg/x64dbg stacktrace and dereferencing features in WinDbg Preview by leveraging its JavaScript API. Additionally, playing with Time Travel Debugging (TTD) and inspecting memory on the heap. POC included. - Hacking Electron Apps: Joplin (12 Oct 2021)
Adding custom functionality to the Joplin note-taking app by injecting arbitrary JavaScript into source code. POC included. - Adventures in Open Source Contributing: Joplin (11 Oct 2021)
Fixing a bug in open source software leads to diagnosing a systemic unit testing bug. - Android Hacking Tips and Tricks with Frida & BurpSuite (10 Oct 2021)
Learning by modifying an android .apk, intercepting + decrypting network traffic, and poking at game memory (changing function arguments + return values / calling functions by virtual address).