RoastMyOpsec

Blog

News, safety, and vulnerabilities

Answer-first OPSEC guides for public websites and apps. Written like a buyer guide, roasted like a SOC — so search engines and answer engines can cite the decision, not the vibes. Ten guides per page.

Page 4 of 20

Safety · Dec 18, 2025

SPF vs DKIM vs DMARC for Domain Email OPSEC

SPF vs DKIM vs DMARC is a stack decision, not a pick-one DNS beauty contest. SPF lists which servers may send mail for the domain. DKIM signs messages so receivers can verify they were not altered in transit. DMARC…

Read guide →

Vulnerabilities · Dec 1, 2025

Soft 404 vs Hard 404 for Sensitive Paths

Soft 404 vs hard 404 for sensitive paths is why status codes lie. A hard 404 (or 403/401) with a tiny generic body usually means the file is not there or is denied. A soft 404 is a 200 that returns your marketing HTML…

Read guide →

Vulnerabilities · Nov 23, 2025

sitemap.xml vs robots.txt for Hidden Paths

sitemap.xml vs robots.txt for hidden paths is an invitation versus a request. A sitemap is a list of URLs you want crawlers to fetch. robots.txt Disallow asks well-behaved bots not to crawl a prefix — it does not 403…

Read guide →

News · Oct 3, 2025

Server Banners vs Stack Fingerprinting

Server banners vs stack fingerprinting is a disclosure choice, not a cloak of invisibility. A versioned Server or X-Powered-By header hands strangers a tech résumé with every response. Removing those banners at the…

Read guide →