Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
real authored and real committed Jun 27, 2019
1 parent 9360293 commit 9c90a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gctf-2019-glotto/exploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def run():
N_guess = N + 1234 * order
code = rebuild_code(N_guess)

print(f'Guessing {code}...')
print(f'Trying {code}...')

r = session.post(URL, data={'code': code})

Expand Down Expand Up @@ -232,4 +232,4 @@ def run():
# Exploit: find out @lotto and get lucky
# We need to run it several times :)
while True:
run()
run()

0 comments on commit 9c90a17

Please sign in to comment.