EZDORSA_Lv2

ファイル chall.py および out.txt が与えられた。

out.txt には n, e, c の値が書かれており、c の値は n の値より十進数で 100 桁以上小さかった。
c の値を factordb.com で素因数分解すると、5 の 100 乗とその他いくつかの素数の7乗に分解できた。
出てきた 5 以外の素数を掛け合わせ、CyberChef で文字列に変換すると、flagが得られた。

Files chall.py and out.txt were given.

out.txt had values of n, e, and c. The value of c was smaller than n by over 100 digits in decimal.
I factorized the value of c using factordb.com. The result of 5 to the 100th power and some other prime numbers to the 7th power.
I multiplied the prime numbers except for 5 and converted the product to a string using CyberChef to obtain the flag.

Multiply, To Base, From Hex - CyberChef

FLAG{l0w_3xp0n3nt_4ttAck}

WaniCTF 2023