Jannich Brendle on May 22nd, 2010

Some time ago, Google announced that they had developed and released a security testing tool called skipfish. Running this on debian or ubuntu is quite simple. Open a terminal and type in the following: sudo apt-get install libssl-dev zlib1g-dev libidn11-dev build-essential wget http://skipfish.googlecode.com/files/skipfish-1.34b.tgz tar xzf skipfish-1.34b.tgz make Now you are ready to test your web [...]

Continue reading about Running skipfish on Ubuntu 10.04

Jannich Brendle on May 3rd, 2010

If you are trying to download a website with LWP::UserAgent in Perl through HTTPS, you might encounter errors like this: Can’t locate object method “new” via package “LWP::Protocol::https::Socket” The solution to this problem is to install the ssl development libraries, and then install the Crypt::SSLeay Perl module. To do this in Debian or Ubuntu, open [...]

Continue reading about LWP::UserAgent and HTTPS

Jannich Brendle on April 21st, 2010

If you’re using the new Ubuntu 10.04, you may have noticed that Sun’s Oracle’s java is not there anymore, it has been replaced by openjdk. This also means that there is no sun-java6-plugin to use with your favorite browser in Ubuntu 10.04. Instead, you must use the openjdk browser plugin, which can be installed like [...]

Continue reading about Java browserplugin in Ubuntu 10.04