mattun-martの日記

セキュリティとかCTFとか個人的なメモ.早く入門したい.

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

pwn challenges list easy ezhp

下調べ mattun-mart@4ctf:~/Workspace/pwn/easy/ezhp$ file ezhp | sed -e "s/,/\n/g" ezhp: ELF 32-bit LSB executable Intel 80386 version 1 (SYSV) dynamically linked interpreter /lib/ld-linux.so.2 for GNU/Linux 2.6.24 BuildID[sha1]=76bda55f9764…

pwn challenges list easy bin_pwn_300

下調べ mattun-mart@4ctf:~/Workspace/pwn/easy/bin_pwn_300$ file chal |sed -e "s/,/\n/g" chal: ELF 32-bit LSB executable Intel 80386 version 1 (SYSV) dynamically linked interpreter /lib/ld-linux.so.2 for GNU/Linux 2.mattun-mart@4ctf:~/Worksp…