Roku TV Remote XHR Website + CORS Proxy
I’ve recently made a fun little webpage that doubles as a remote control for my new Roku TV. It works by sending External Control Protocol (ECP) messages to the TV’s
The number one rule in hacking is that you're not allowed, under any circumstances, to break any rules, whatsoever!
I’ve recently made a fun little webpage that doubles as a remote control for my new Roku TV. It works by sending External Control Protocol (ECP) messages to the TV’s
Minds From Brains Brains Are Not Computers The Intentionality Bias / Fallacy A Parable But Perhaps They Could Have Their Own Minds… Final Thoughts
This post is a practical demonstration of the Log4Shell Java Log4j loggingvulnerability (aka CVE-2021-44228). The steps below are taken directly from this blog post on sysdig.com. This demonstration provides a
In a nutshell… Cross Site Request Forgery (CSRF/XSRF) is an attack where a malicious website forges request(s) to some legitimate website on behalf of an unsuspecting user. For example, say
So first off, I’m not a PHP developer and I don’t really know PHP all that well. But I have found ways to exploit my own PHP scripts and so