Archive for the ‘FreeBSD’ Category

Hacked Iphone goodness

Tuesday, October 30th, 2007

As promised here is some iPhone screenshots!!!.New Desktop theme (more…)

Posted in FreeBSD, Security | No Comments »


Iphone Fun

Monday, October 29th, 2007

I have spent the last couple weeks breaking the Iphone in every way possible. I Now have it running as a mail server. One of the great things about the iphone is that it is running mac os x leopard, which is just version 9 of the darwin kernel. That means that once you get out of the ch-rooted environment on the phone, you can install the BSD subsystem. The BSD subsystem basically just adds back all the unix tools we have come to know and love. After that it is just a matter of compiling an embedded version of apache or your web server of choice. Next you can use NFS shares to mount more available storage. I will post some pictures here of some interesting screen shots. The arm cpu in the phone is actually quite fast. This of course is all just for iphun ( pun intended) however it is nice to have shell access on the phone. I do a lot of networking for a living and it is nice to have ssh and telnet on my phone. This makes it much easier to program routers and do many other things

(more…)

Posted in FreeBSD, Security | No Comments »


IP Filter and FreeBSD

Monday, June 25th, 2007

IPF is a very robust firewall included in FreeBSD by default. This is a statefull firewall with logging capabilities that can also be used to NAT a local network in situations where the FreeBSD box is the router. The best way to get IPF working is to compile the kernel with support built in. Although the default kernel has support through the use of loadable modules, compiling the options into the kernel provide a more flexible and robust system.

(more…)

Posted in FreeBSD, Security | No Comments »