Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flag Captured in 9seconds #45

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

farhadkazemian
Copy link

@farhadkazemian farhadkazemian commented Sep 22, 2021

The flag is TMUCTF{r4nd0m_fl46_f0r_fun!_SzC!$JvnbrRh6kc*1@L!4vMueH1k0xKPJem@vh6Y2&Sb2CJzwjnTfU6wVZyePOK3}

Cythonized version benchmark is 6seconds

How To Test It?

  • Change challenge.py suffix to .pyx
  • Add a setup.py file as below:
  • import distutils.core
  • import Cython.Build
  • distutils.core.setup( ext_modules = Cython.Build.cythonize("challenge.pyx"))
  • And then run This Command Below:
  • python setup.py build_ext --inplace

    **All files till here are included in my fork/cython folder
  • Now you just need to run python interpreter and Run import challenge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant