DESCRIPTION:
Cmdline helps discover bugs in local (unprivileged) *NIX applications via fuzzing.

BUILD:
make cmd cmdline remove

FILES:
locate.sh - shell script to find all SUID bins on the system
cmdline - program used to run cmd many times based on the config file.
cmd - fuzzes the parameters of a SUID program.
remove - simple program to remove stubborn files should they appear after running cmdline.

INSTRUCTIONS
1. Find SUID programs on the system using ./locate.sh /
2. Determine program usage and build a rules (config) file to feed cmdline.
3. Use cmdline to parse the rules and fuzz SUID (or other local) programs.

