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 13 of 20

Vulnerabilities · Oct 10, 2023

Exposed .svn vs .git on Production Websites

Exposed .svn vs .git on production websites is the same incident class in two version-control costumes. A public /.git/HEAD (and the objects beside it) can donate source, history, and sometimes secrets that were…

Read guide →

Vulnerabilities · Sep 23, 2023

Exposed .hg vs .git on Production Websites

Exposed .hg vs .git on production websites is the same incident class in two DVCS costumes. A public /.git/HEAD (and the objects beside it) can donate source, history, and sometimes secrets that were committed. A public…

Read guide →

Vulnerabilities · Sep 14, 2023

Exposed .git vs .env on Production Websites

Exposed .git vs .env on production is not a ranking of which leak is 'less bad.' A reachable .env is usually a credential dump — API keys, database URLs, signing secrets. A reachable .git tree is a source and history…

Read guide →

News · Aug 28, 2023

ETag vs Cache-Control for Personalized Pages

ETag vs Cache-Control for personalized pages is a byte validator versus who may store the response. Cache-Control (private, no-store, no-cache) says whether a shared CDN may keep the HTML. An ETag is a validator for…

Read guide →