Author Archive

The man in the browser and Phishing with legit URL’s

Hi there!

I have always been fascinated by the concept of a victim browsing around on a website not knowing that I can see everything he does, and all this from a simple XSS! After I stumbled upon a relatively new HTML5 function in the window.history object called “pushState”, I just had to make a proof of concept.

More+

MySQL INSERT/UPDATE Injection PoC

Heya! It’s been a long while since I wrote something here so I’d though I’d dust of the blogger keyboard and get some posts going. To start off I will cover the MySQL Injection in INSERT and UPDATE statements. What injection points in an INSERT query can we extract data from?

More+

The reincarnation of the RFI

Hey! Remember the good old days when the web spouted RFI’s everywhere? We miss those days. So me and Fredrik figured out a new way to reincarnate the old dusty RFI’s! This is an unexpected feature in PHP that allows you to communicate with external servers even though allow_url_include = Off.

More+

nokitel

As some of you might already know, me and Fredrik have been working on a low-level network library for the .Net framework. Its name is nokitel and this post will cover the features of the library since the documentation is not finished yet.

More+