Mod - Crypto Challenge Writeup (scriptCTF 2025)
Aug 29, 2025 · 1 min read · Category: CryptographyHost: nc play.scriptsorcerers.xyz 10291Flag Format: scriptCTF{flag} Description: Just a simple modulo challenge Challenge file (chall.py): import os secret = int(os.urandom(32).hex(),16) print("Welcome to Mod!") num=int(input("P...
Join discussion