Sharefuzz 1.0 review

Download
by rbytes.net on

Sharefuzz is the original environment variable fuzzer for Unixes that support loading a shared library. Sharefuzz is a quick and d

License: GPL (GNU General Public License)
File size: 7K
Developer: Dave Aitel
0 stars award from rbytes.net

Sharefuzz is the original environment variable fuzzer for Unixes that support loading a shared library.

Sharefuzz is a quick and dirty way to instrument a binary file that supports loading a shared library. Currently, the provided example displays all used environment variables, and attempts to set them to a large invalid value to demonstrate overflows. This is a very fast way to find most of the exploitable environment variable overflows on a new system.

To use:

./pullfiles.sh
make
LD_PRELOAD=./libd.so.1 suid/< name of file > < arguments >

Sharefuzz 1.0 keywords