Articles

Houndoom: a web shell scanner in Go

9 min read

Houndoom is a Go web shell scanner and PHP backdoor scanner. Static deobfuscation with no code execution, WordPress and Bitrix structural checks, and one-shot agentless scans of someone else's server over SSH.

Security Go DevSecOps

Laravel tricks: automatic logging channel injection

4 min read

How to reduce code coupling when working with logging in Laravel through automatic channel injection

Laravel PHP Logging