Introduction To The Windows API
The Windows API can be intimidating at first. With it’s weird naming conventions and data types it can be hard to work with. In this blog post, I will cover everything you need to know to get up and r

Search for a command to run...
The Windows API can be intimidating at first. With it’s weird naming conventions and data types it can be hard to work with. In this blog post, I will cover everything you need to know to get up and r

The BroadcastChannel API is a Web API that allows communication between tabs, browser windows, iframes and workers, provided they are of the same origin. Two URLs are said to be of the same origin if the have the same the protocol, port (if specified...

I recently came across an interesting post on Reddit. It was about a guy who was able to hack his colleague's Twitter account. Want to know how he did it? Well, they were actually working on a project together. One day, while messing around with the ...

SQL injection is one of the most famous web exploits out there. It is usually the first thing that comes to mind when we hear about hacking websites. But for most people, ' OR 1=1 is as far as it goes when it comes to exploiting this vulnerability. I...
