diff options
| author | Jake Mannens <jakem_5@hotmail.com> | 2016-04-05 13:52:34 +1000 |
|---|---|---|
| committer | Jake Mannens <jakem_5@hotmail.com> | 2016-04-05 13:52:34 +1000 |
| commit | 65ce53bab412623b6b7b39f2fba3536619175537 (patch) | |
| tree | b038ee9203db4e922289e3b683c83e044edb1c1e /package/DEBIAN/control | |
new file: Makefile
new file: build.sh
new file: man/flood.1.pod
new file: package/DEBIAN/control
new file: package/usr/share/doc/flood/README.gz
new file: package/usr/share/doc/flood/changelog.gz
new file: package/usr/share/doc/flood/copyright
new file: package/usr/share/man/man1/flood.1.gz
new file: source/Makefile
new file: source/flood.c
new file: version
Diffstat (limited to 'package/DEBIAN/control')
| -rw-r--r-- | package/DEBIAN/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/DEBIAN/control b/package/DEBIAN/control new file mode 100644 index 0000000..42d0bb2 --- /dev/null +++ b/package/DEBIAN/control @@ -0,0 +1,13 @@ +Package: flood +Architecture: amd64 +Maintainer: Jake Mannens <jakem_5@hotmail.com> +Installed-Size: 40 +Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1) +Conflicts: flood +Replaces: flood +Section: devel +Priority: optional +Description: tool for DoS attacks such as UDP floods + flood can execute a 'denial of service' attack + against network hosts by flooding them with + UDP packets. |
