libcは与えられているものだと思って解いていた過去問が、そうではなかったとらしく、その際るくすさんに教えてもらった話のまとめ。

手法

suggestions-for-running-a-ctf

(docs/suggestions-for-running-a-ctf-ja.md at master · scryptos/docs)[https://github.com/scryptos/docs/blob/master/suggestions-for-running-a-ctf-ja.md#リモート]

解く上でlibcリークが必要なとき、問題のバイナリと一緒にlibc.soも配布することを検討してください。libcを特定するスキルはCTFで試すようなものでもないです。

–version

executable

$ /usr/lib/libc.so.6 --version
GNU C Library (GNU libc) stable release version 2.22, by Roland McGrath et al.
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 5.3.0.
Available extensions:
        crypt add-on version 2.1 by Michael Glad and others
        GNU Libidn by Simon Josefsson
        Native POSIX Threads Library by Ulrich Drepper et al
        BIND-8.2.3-T5B
libc ABIs: UNIQUE IFUNC
For bug reporting instructions, please see:
<https://bugs.archlinux.org/>.