Skip to content

Commit

Permalink
debug add
Browse files Browse the repository at this point in the history
  • Loading branch information
ignisco committed Jun 5, 2024
1 parent 987b9a5 commit 5a5cef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/src/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ async def exploit0(task: ExploitCheckerTaskMessage, searcher: FlagSearcher, conn
logger.debug(result.decode())

# Check for the flag in the result
if flag := searcher.search_flag(result):
if flag := searcher.search_flag(result[:]):
return flag

# If the flag was not found, add the result to the result_text
Expand Down

0 comments on commit 5a5cef5

Please sign in to comment.