netdevsMay 11, 2025 Software SecurityReverse Engineering Firmware Drivers Recently, I took it upon myself to do some reverse engineering. From compressed binary back to directory structure,…
netdevsApril 23, 2025 Software SecurityProperly handling angr: ELF Docker Container Have an smooth and easy angr Experience A few days ago, I found myself staring at a reverse…
netdevsJanuary 3, 2025 Software SecurityStrict CSP for WordPress It’s been a long time coming. but here it is. I wrote this Security Fix for WordPress code…
netdevsDecember 4, 2024 Software SecurityISMS An Information Security Management System (ISMS) is a structured framework designed to manage sensitive company information, ensuring its…
netdevsOctober 8, 2024 Software SecurityWhy I don’t use unsafe-inline, and you shouldn’t either Building a CSP and then allowing unsafe-inline does nothing for your security. It’s worse than nothing. It’s a…
netdevsAugust 1, 2024 Software SecurityCSP FAQs Frequently Asked Questions What is a CSP and why is it important? A Content Security Policy (CSP) is…
netdevsJuly 16, 2024 Software SecurityWhat is the difference between XSS and CSRF? XSS exploits user trust in a website by injecting scripts, while CSRF exploits website trust in a user by tricking them into executing unwanted actions.
netdevsJune 10, 2024 Software SecurityWhy Your WordPress Site Needs a Content Security Policy for Website Security Enhance your WordPress site's security with a strict Content Security Policy to prevent data breaches and protect against malicious attacks.
netdevsJune 4, 2024 Software SecurityHashes and Nonces: Build Web Application Security with a strict CSP Introduction The implementation of a strict Content Security Policy (CSP) has emerged as a critical strategy for safeguarding…