LoginSignup
0
0

More than 3 years have passed since last update.

picoCTF 2019 vault-door-5 - Points: 300

Posted at

問題

image.png

解いてみた

javaソースを見てみます。

image.png

11行目のcheckPasswordメソッドを確認します。

image.png

入力した文字をURLエンコードして、さらにbase64した文字列を比較している。
ということは逆をやればいい?

CyberChef使います。

image.png

できました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0