RC RANDOM CHAOS

appsec

3 posts

The next commit captures the file you never named
Article

The next commit captures the file you never named

A .gitignore is a name-based deny-list on a capture-by-default store, so it cannot stop the unnamed secret that lands permanently in git history.

The same-origin policy is not protecting your API
Article

The same-origin policy is not protecting your API

A permissive CORS header delegates the read decision to the requester, letting attacker script read authenticated responses through the victim's own browser.

Eight months building a Burp Suite replacement
Article

Eight months building a Burp Suite replacement

An honest write-up of building Interceptor, an open-source Burp Suite alternative - license choices, attacker math, defender economics, and what got cut.