Home
Welcome.
I'm Koen and I live in Bruges (Brugge) (Belgium), a splendid medieval city also known as the Venice of the North
I work as a member of a CERT (Computer Emergency Response Team). I'm also available as a web-application developer (PHP) and as a system administrator (OpenBSD and Linux mostly).
My main interests in computers are security, web applications (PHP) and free software.
This site hosts a blog and a photo collection (moved to Flickr). I have an account at VirtualTourist and I'm a CouchSurfer.
I also have a site with some (old) Linux information
Latest news
Parse logfiles for entries from IP lists
koen at Tue, 25 May 2010 19:28:22 +0000
I sometimes have to parse log files for different IP addresses and then group them by network owner. This becomes tedious If the number of IP addresses is rather long. The script below can help with automating this manual task.
It reads a log file and looks for a match based on keys in an iplist. [...]
It reads a log file and looks for a match based on keys in an iplist. [...]
Phishing notice from Deutsche Bank
koen at Sun, 02 May 2010 16:50:35 +0000
A couple of days back I received an e-mail from Deutsche Bank. I’m not a customer from DB. About a year ago I applied for some information and I guess my email addresses ended up in their mailinglist.
The mailing warns customers that there is a phishing attack ongoing. According to the mail, once infected, a [...]
The mailing warns customers that there is a phishing attack ongoing. According to the mail, once infected, a [...]
The Complete Guide to XSS
koen at Wed, 24 Mar 2010 18:59:59 +0000
There is a good writeup on XSS on Security Override.
nmap XML to HTML parser
admin at Wed, 03 Mar 2010 22:57:25 +0000
I was recently in need for a parser that would convert Nmap XML output to a HTML file. As far as I could see there was no tool available so I wrote my own. Feel free to use or adjust it.
<!--
Parse nmap XML output
Koen Van Impe cudeso.be
20100303
-->
<html>
<head><title>nmap xml file to html</title></head>
<body>
<form method="POST" enctype="multipart/form-data" action="<?php echo $_SERVER["PHP_SELF"]; [...]
<!--
Parse nmap XML output
Koen Van Impe cudeso.be
20100303
-->
<html>
<head><title>nmap xml file to html</title></head>
<body>
<form method="POST" enctype="multipart/form-data" action="<?php echo $_SERVER["PHP_SELF"]; [...]
Play .iso on mac os x
koen at Sun, 03 Jan 2010 20:46:52 +0000
A short post as a reminder, this is how to open iso dvd files on a Mac with OS X Leopard.
Open the Finder and navigate to the .iso file, double-click to mount it. Then go to Applications and open the DVD player.
Open the Finder and navigate to the .iso file, double-click to mount it. Then go to Applications and open the DVD player.


