Last week I, virtually, attended CYBERWARCON 2021. Best conference I've attended recently, lots of high quality, well presented research. Thanks to John Hultquist & Amy for putting together such a wonderful conference.
[Read More]
I ran into some issues with my $PATH the other day while trying to work with Ruby. This prompted me to investigate how $PATH is constructed by Zsh/ macOS.
[Read More]
I recently configured Pi-hole for DNS based ad blocking alongside Unbound for local recursive DNS resolution and then plugged it into Tailscale to enable access from anywhere. This is a quick guide for others and note to myself on how to achieve the same setup.
[Read More]
In June 2019 at Objective by the Sea v2.0 (OBTS), Jaron Bradley dropped CVE-2019-8561. It was patched in macOS 10.14.4. It's still worth writing about though because it is wonderfully simple and gets us r00t as well as a System Integrity Protection (SIP) bypass.
[Read More]
By default awk splits strings into columns based on whitespace. We can tell awk to use a different input field separator (IFS) via the -F option.
[Read More]