2019-04-01から1ヶ月間の記事一覧

ksnctf writeup (problem 11 -- 20)

https://ksnctf.sweetduet.info/ の問題の write-up です。 ソースコード等は https://github.com/gky360/study_ctf/tree/master/knsctf にあげています。 11. Riddle 問題概要 exeが与えられます。 起動すると、クイズが4問順に出てきて、正解すると次に進…

ksnctf writeup (problem 1 -- 10)

https://ksnctf.sweetduet.info/ の問題の write-up です。 ソースコード等は https://github.com/gky360/study_ctf/tree/master/knsctf にあげています。 2. Easy Cipher 定番のcaesar暗号です。 python の codecs ライブラリを使うなどの方法でデコードし…