Sharefuzz 1.0 review
DownloadSharefuzz is the original environment variable fuzzer for Unixes that support loading a shared library. Sharefuzz is a quick and d
|
|
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