Bypass the Py

Problem

Description

An adventurer found this when he fought the great beast named Python. It seems to be locked by something no locksmith has ever opened, wrapped by something that's called a "PyInstaller". Can you find a way to get around this?

Solution

Since I have little to no experience when it comes to dealing with window's PE executable, my initial thought is to run it and see what I'm dealing with. Running it will prompt us with a password input.

Chall.exe Prompt

I try to give the most common password and the first that passes through my mind was password

???

Welp I guess I'm just lucky :P

Flag

FindITCTF{t4ngl3D_w1tH_pyTh0n_4nd_5stuff}

Last updated