Generally spoken there are 2 major process types: Browser and Renderer. Browser process – There exists just one running browser
Continue readingCategory: Web
Client-side storage (Web browser)
Overview User data Cookies Web Storage IndexedDB Cache HTTP Cache GPU Cache Code Cache 1.1 Cookies The data gets received
Continue readingLoading order of a webpage
Basics 1. Fetch the requested HTML file (via HTTP GET). 2. Parse (creating the DOM) that file (using DFS). 3.
Continue readingDownload HLS streams (PowerShell)
Introduction Some web player are streaming videos in parts and not as a single file. The common reason is to
Continue readingHTTP vs. WebSocket
HTTP is a RESTful protocol with a uni-directional communication. This means the client needs to poll to get updates from
Continue readingHTTP hacking – Vote counter (Example 2)
I have acted like they would have been more intelligent to make it harder to hack their counter. 🙂 But
Continue readingHTTP hacking – Vote counter (Example 1)
1. Scan the traffic Just capture the network traffic while simulate one sequence of voting. Possible tools you can use
Continue reading