Just another security blog

Parsing the .DS_Store file format

 code

About two years ago I came across a .DS_Store file and wanted to extract its information (e.g. file names). After researching the file format and its security implications,

Downloading SSH Keys via DNS

 research

I recently came across a situation where I had to download my SSH public key over the internet, but without common tools like netcat or a webserver. Therefore, I decided