File: control

package info (click to toggle)
bfbtester 2.0.1-7.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, etch, etch-m68k, jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 812 kB
  • ctags: 221
  • sloc: sh: 1,880; ansic: 1,596; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 768 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: bfbtester
Section: utils
Priority: optional
Maintainer: Uwe Hermann <uwe@debian.org>
Build-Depends: cdbs, debhelper (>= 5), autotools-dev
Standards-Version: 3.7.2

Package: bfbtester
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Brute Force Binary Tester
 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.