From 85bc81c558711ebc60ca389f21e3a11aac890471 Mon Sep 17 00:00:00 2001 From: DrRuhe Date: Sun, 10 Jul 2022 16:40:54 +0200 Subject: [PATCH] Fix error in checker_protocol.md --- checker_protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checker_protocol.md b/checker_protocol.md index ea21b3f..55a2d3d 100644 --- a/checker_protocol.md +++ b/checker_protocol.md @@ -149,7 +149,7 @@ For the `exploit` method, this is a regular expression that the flag to be explo For the `exploit` method, this is the hex-encoded SHA256 hash of the flag to be searched by the exploit. For all other methods, the `flagHash` is not set or `null`. #### attackInfo -For the `exploit` method, this is the `attackInfo` that was returned by the `putflag` method for the flag to be found, if any was returned, and not set or `null` otherwise. For all other methods, the `flagHash` is not set or `null`. +For the `exploit` method, this is the `attackInfo` that was returned by the `putflag` method for the flag to be found, if any was returned, and not set or `null` otherwise. For all other methods, the `attackInfo` is not set or `null`. ### CheckerResultMessage #### result @@ -174,4 +174,4 @@ For results from `putflag`, this is an arbitrary string that will be publicly di It SHOULD provide attackers with otherwise unavailable information required to mount an exploit retrieving this flag, such as a username. #### flag -For results from `exploit`, if the result is `"OK"`, this MUST be the flag matching the `flagHash`. For other methods or when the result is not `"OK"`, this must be unset or `null`. \ No newline at end of file +For results from `exploit`, if the result is `"OK"`, this MUST be the flag matching the `flagHash`. For other methods or when the result is not `"OK"`, this must be unset or `null`.