NAME
bfbtester - Brute Force Binary TesterSYNOPSIS
bfbtester [-htv] [-d level] [-r rejects] [-o out-file] [-x max-execs] -a|[-sme] files ...DESCRIPTION
BFBTester is great for doing quick, proactive, security checks of binary programs. BFBTester will perform checks of single and multiple argument command line overflows as well as environment variable overflows. BFBTester can also watch for tempfile creation activity to alert the user of any programs using unsafe tempfile names. While BFBTester can not test all overflows in software, it is useful for detecting initial mistakes that can red flag dangerous software.OPTIONS
You must specify one or more of the following tests:- -s
- Single Argument Test.
- -m
- Multiple Argument Test.
- -e
- Environment Variable Test.
- -a
- Selects all tests
- -h
- Print help.
- -t
- Enable tempfile monitoring.
- -v
- Print version string.
- -d level
- Set debug level (default = 0, max = 2).
- -r rejects
- Comma separated list of binaries to skip.
- -o out-file
- Output to out-file rather than stdout.
- -x max-execs
- Set maximum executables to run in parallel (default = 250).
- file
- Specific binary or a directory of binaries to test.
OVERVIEW
You must specify at least one test to run and you must specify either a binary or a directory.1) Prepend file name with $PWD and test accesiblity
2) Search through $PATH and find first accessible executable The first one to succeed is the executable choosen.
args: -D [05120]
envs: (null)
Signal: 11 ( Segmentation fault )
Core? Yes
EXAMPLES
- bfbtester -s /usr/bin
- Run the single argument test on all binaries in folder /usr/bin.
- bfbtester -ta patch traceroute
- Run all tests against patch and traceroute and run the tempfile monitor.
- bfbtester -a ./bfbtester
- Tests bfbtester (provided it's in the same directory).
- bfbtester -r kill /usr/bin/kill
- Does nothing.
AUTHOR
This manual page was written by Karl Soderstrom <[email protected]>, for the Debian GNU/Linux system (but may be used by others).januari 23, 2001 |