parlov docs

Methodology

How parlov detects information leakage through RFC-compliant server behavior.

Implemented

parlov detects information leakage by observing how HTTP servers behave correctly and measuring whether that correct behavior reveals protected internal state to unauthorized observers. The server is not broken. The leak is the protocol working as specified.

The foundation is always a differential — two inputs, two responses, one conclusion. A single response in isolation proves nothing. Every oracle parlov detects is built on the difference between how a server responds to a known-valid input versus an unknown or suspect one.

What this section covers

On this page