Prime factors of
の素因数を要求された。
-e
オプションを用いて解析すると、数分で以下の素因数が求まった。
was asked.
I used -e
option, and it gave these prime factors after a few minutes:
flag{618706242907094285939447607839}
を試すと、incorrectとなった。
flag{37097011039500744117766681095100420923783393727502071430377140015810453843499643}
を試すと、「flag does not meet expected format.」と出てきた。
しばらくすると問題文が変わり、テキストファイル sourcecode.js
とWebページのURLが与えられた。
Webページにアクセスすると、a
と b
を入力する欄と送信ボタンがあった。
618706242907094285939447607839
を a
、
37097011039500744117766681095100420923783393727502071430377140015810453843499643
を b
として送信すると、flagが得られた。
I tried flag{618706242907094285939447607839}
and it was judged as incorrect.
Trying flag{37097011039500744117766681095100420923783393727502071430377140015810453843499643}
, the system said "flag does not meet expected format.".
After a while, the challenge description changed, and a text file sourcecode.js
and an URL of a web page were given.
Opening the web page, I found a form to enter a
and b
, and a submit button.
I obtained the flag by sending 618706242907094285939447607839
as a
and 37097011039500744117766681095100420923783393727502071430377140015810453843499643
as b.