Home
Writeups Misc About
Moving Problems

Moving Problems

Title suggest the use of MOV attack, which is a mapping from ECC to Bilinear Maps to solve DLP. More information can be found on Crypto StackExchange. The code is based on this writeup on HackTheBox by WizardAlfredo, which the following solution uses the implementation from.

The script will run for quite some time, ~10 mins, but the flag will eventually come up.

aloof from Cryptohack has a similar idea but faster approach. The main idea is the brilliant use of CRT and the note that the order of the group can be factored into q1 * q2 and we can solve DLP in q1 and q2