Skip to content
Permalink
Browse files
Flag will now show in the atomaion challenge
  • Loading branch information
aa9863 committed Sep 21, 2021
1 parent 096aa74 commit f878d2804e43eff3649c2b479497ca2727846b8e
Showing 1 changed file with 4 additions and 2 deletions.
@@ -161,7 +161,8 @@ def automateSimple():
logging.warning("My Hash %s", targetHash)
logging.warning("User hash %s", userhash)
randomString = flask.session["magicword"]

theFlag = None

#Now we do the comparison
if userhash == targetHash:
logging.warning("==> Hash is correct")
@@ -190,7 +191,8 @@ def automateSimple():

return flask.render_template("automateHash.html",
magicword = randomString,
feedback = feedback)
feedback = feedback,
theFlag = theFlag)



0 comments on commit f878d28

Please sign in to comment.