Install LAMP on Ubuntu 8.04

Here is the apt-get command to install a basic lamp environment on ubuntu hardy 8.04 with some “quick start help” commands. First, apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-s

Read More →

vsftpd HTTP lunacy!

Ok, so I was bored and I added very very basic HTTP support to vsftpd. vsftpd is now perhaps the only FTP server to have an option ftp_enable=NO. Basically none of the HTTP protocol is implemented,

Read More →

Posting raw XML cross-domain

I was recently stealing anti-XSRF tokens using the CSS design error I found. In the (unnamed for now) app I was exploiting, all the fun happens in XSRF-protected POST requests with an XML RPC proto

Read More →