Skip to content

Commit

Permalink
Put back walkthrough!
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Aug 6, 2024
1 parent e07e79d commit 5d962a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnshop/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def handle_verify(args, challenge):
return verify_challenge(challenge, debug=args.debug, flag=args.flag, strace=args.strace)

def handle_verify_module(args):
for n,c in enumerate(c(seed=args.seed, walthrough=args.walkthrough) for c in pwnshop.MODULE_LEVELS[args.module]):
for n,c in enumerate(c(seed=args.seed, walkthrough=args.walkthrough) for c in pwnshop.MODULE_LEVELS[args.module]):
print(f"Verifying {args.module} level {n+1}.")
verify_challenge(c, debug=args.debug, flag=args.flag, strace=args.strace)

Expand Down

0 comments on commit 5d962a3

Please sign in to comment.