The WebSocket API makes it possible to open a two-way interactive communication session between the user's browser and a server. With this API, you can send messages to a server and receive responses without having to poll the server for a reply.| MDN Web Docs
Netgear R7000 SOHO Device Exploitation After a long day of hard research, it’s fun to relax, kick back, and do something easy. While modern ...| blog.grimm-co.com
Frida is a great toolkit by @oleavr, used to build tools for dynamic instrumentation of apps in userspace. It is often used, like Substrate, Xposed and similar frameworks, during security reviews of mobile applications. Typically rooted Android devices are used during such reviews. There are several reasons for this, but the most important is that the frida-server binary, which executes on the device, requires root privileges to attach to (ptrace) the target application, in order to inject th...| Yiannis Kozyrakis ~ blog
As demonstrated in the previous articles of this website, I’ve always been interested in running my own code on consumer devices. In this series of two articles, we’ll take a look at the well-known Google Home Mini. To achieve this goal, we’ll have to go rather deep into the rabbit hole. Various topics and techniques will be explored.| Courk's Blog