Hello world!

Hello world

Django テンプレートで変数代入

Djangoのテンプレートで変数代入に躓いたので 変数代入の方法をまとめておく ・Djangoのドキュメントによると変数代入を許容していないそうです。 Django の設計思想 — Django 1.4 documentation ・カスタムテンプレートタグで回避することができる テンプレ…

07_Anti-Debugging

Title Anti-Debugging Reverse it. bin http://files.quals.seccon.jp/binmay some AV will alert,but no problem. writeup binファイルの確認 $ file bin bin: PE32 executable for MS Windows (console) Intel 80386 32-bit IDA DEMOでアセンブリを確認 左…

01_Vigenere

Title Vigenere k: ???????????? p: SECCON{???????????????????????????????????} c: LMIG}RPEDOEEWKJIQIWKJWMNDTSR}TFVUFWYOCBAJBQk=key, p=plain, c=cipher, md5(p)=f528a6ab914c1ecf856a1d93103948fe |ABCDEFGHIJKLMNOPQRSTUVWXYZ{} - A|ABCDEFGHIJKLMNO…

03_Memory Analysis

Title Memory Analysis Find the website that the fake svchost is accessing. You can get the flag if you access the website!!memoryanalysis.zipThe challenge files are huge, please download it first. Hint1: http://www.volatilityfoundation.org…

Volatility Analysis

Volatilityによるメモリフォレンジック セキュリティコンテストで 初メモリフォレンジックの問題に挑戦したが 惨敗です。。。メモリフォレンジックといえば Volatility Framework を使うらしいので 調べた使い方をまとめとく インストール方法(mac) $ brew…