#!/bin/sh
# zlibscan by hologram <holo_at_brained.org>
# This will scan to find suid binaries potentially affected b                   # vulnerablity. These are important directories for the Linux                   # try different ones for other systems (i.e., /usr/etc, /usr/                   (ldd `find /bin -perm -4000` 2> /dev/null | grep zlib) > zlib
