ctf-gameserver icon indicating copy to clipboard operation
ctf-gameserver copied to clipboard

Checker: Randomize HTTP header order in checker runner

Open F30 opened this issue 7 years ago • 0 comments

The order HTTP headers appears to be deterministic, which could theoretically facilitate checker fingerprinting. We might be able to add randomization by monkey-patching requests from the checker runner or similar.

According to @maltek, this depends on the Python version and the order wasn't deterministic in previous versions.

F30 avatar Jul 02 '18 21:07 F30