The past few weeks, I had a lot of fun coding up the new DNS check of Oh Dear. In this blogpost, you’ll learn why you should monitor your DNS records and how Oh Dear makes this very easy.
PHP
Preventing SSRF in Laravel: Why Blocking Private IPs Fails
I found there wasn’t any good SSRF prevention libraries for Laravel, so I built one. Very comprehensive tests based on this paper: https://www.usenix.org/conference/usenixsecurity24/presentation/wessels https://github.com/securized/laravel-ssrf Read more