Archive for January, 2009

nice dom reference from sitepoint

Posted in qwerty | No Comments »

sitepoint has created this really nice reference guide to dom core 1 + 2

list of legendary hackers

Posted in qwerty | No Comments »

today darknet had an article on a list of legendary hackers – this is a very interesting piece to read if you want to brush up on some history of hacking

owasp xss prevention cheat sheet

Posted in qwerty | No Comments »

owasp just released a cheat sheet on xss prevention, this should be interesting to read.

requestpolicy – a way to controle ajax requests

Posted in qwerty | No Comments »

a way to control cross-site requests in firefox, the extension let’s you decide which requests to allow and which to deny

- a little like noscript, which let’s you allow/disallow scripts from loading on a specific website…

introducing exploits via exif data

Posted in qwerty | No Comments »

paul dot com has an interesting article on how you could introduce exploits via exif data… good thinking larry

your friend, imagemagick

Posted in qwerty | No Comments »

i usually forget this, so now i will share this little imagemagick “trick” with you

if you need to downscale a directory full of images to a specific size you do it like this:

mogrify -size 120x120 -resize 120x120 +profile "*" *.jpg

the +profile “*” part removes any exif, iptc and and/or other proile data from the image

more on imagemagick/mogify

php|tek 2009 announced

Posted in qwerty | No Comments »

the schedule for php|tek 2009 is now online – and it looks promising again this year….