I was able to get my hands on the deobfuscated source of the code that compromised of John C. Dvorak’s website (dvorak.org/blog). The following is a detailed breakdown of its operation.
Category Archives: WordPress
Hide the WPMU DEV Nag Notice
Don’t get me started on WPMU DEV. Many of their casual customers have one simple request: How can I stop their plugins from nagging me to install their update plugin? I was in the middle of writing up the minimal code to hide this warning into a plugin when I found an equivalent already published …
Code: debug-tools
I’ve pushed an early (way-pre-alpha) release of my forthcoming debugging plugin for WordPress to GitHub. Unlike existing plugin tools designed to help developers troubleshoot sites while in development, the goal for this one is to debug a site while it’s live. This means it’s very selective on what code it will load and who it …