Monthly Archives: July 2011

iOS 4.3.5 Certificate Handling Vulnerability

Apple released a new iOS today to fix a bug I reported. More info here. I’ll also be giving a talk with Nick Percoco about this and other SSL issues in mobile OSes at DEFCON 19. Hope to see you there!

Unhide ~/Library in OS X 10.7 Lion

Lion hides the user home directory by default. You can navigate to it with cmd-shift-G easily, but if you happen to want it to be visible all the time just run this command in a Terminal.app window.

chflags nohidden ~/Library

Thanks to Matt Pennig for the command.