1.
http://www.grsecurity.net/
2. libsafe
3. PaX is a Linux kernel patch which protects against a number of overflow
attacks (but not all overflow attacks). PaXtest is a tool which tests
the
protection provided by PaX. It is a regression test suite that tries
to do
all kinds of dirtry tricks and then reports what worked and what did
not.
Anything that PaXtest can do, an attacker can do too.
PaXtest can be used to test other kernel patches as well (such as the
OpenWall patch, exec-shield and OpenBSD).
Adamantix users can simply install paxtest using apt-get. Users of
other
distributions can download it here and compile it for their
distribution.
PaXtest v0.9.6 features a so called kiddie and a blackhat mode. The
kiddie
mode simulates a not so clever script kiddie. It tries to use
conventional
methods to test the security. The blackhat mode however simulates a
more
clever attacker. It tries to do clever tricks to get around the kernel
protection.
4. Bastille Linux
但是...ayazero前辈有帖:
标题写错了,不是测试工具,也并非都是kernel related