mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/mz: Updated for version 0.39.
This commit is contained in:
parent
a8edfa4111
commit
83d737b7f9
3 changed files with 13 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
||||||
Mausezahn is a **fast traffic generator** written in C which allows you
|
Mausezahn is a **fast traffic generator** written in C which allows you
|
||||||
to send nearly every possible and impossible packet.
|
to send nearly every possible and impossible packet.
|
||||||
Mausezahn can be used for example
|
Mausezahn can be used:
|
||||||
|
|
||||||
- As traffic generator (e. g. to stress multicast networks)
|
- As traffic generator (e. g. to stress multicast networks)
|
||||||
- For penetration testing of firewalls and IDS
|
- For penetration testing of firewalls and IDS
|
||||||
|
@ -11,8 +11,8 @@ Mausezahn can be used for example
|
||||||
malformed packets, ...)
|
malformed packets, ...)
|
||||||
- As didactical tool during lab exercises
|
- As didactical tool during lab exercises
|
||||||
|
|
||||||
...and more. Mausezahn is basically a versatile packet creation tool on
|
Mausezahn is basically a versatile packet creation tool on the command line
|
||||||
the command line with a simple syntax and online help. It could also be
|
with a simple syntax and online help. It could also be used within (bash-)
|
||||||
used within (bash-) scripts to perform combination of tests.
|
scripts to perform combination of tests.
|
||||||
|
|
||||||
Mausezahn requires libnet, which is also available from SlackBuilds.org.
|
Mausezahn requires libnet and libcli.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for mz
|
# Slackware build script for mz
|
||||||
|
|
||||||
# Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands
|
# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=mz
|
PRGNAM=mz
|
||||||
VERSION=0.34.9
|
VERSION=0.39
|
||||||
ARCH=${ARCH:-i486}
|
ARCH=${ARCH:-i486}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -50,8 +50,9 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $PRGNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
mkdir $PRGNAM-$VERSION
|
||||||
cd $PRGNAM-$VERSION
|
cd $PRGNAM-$VERSION
|
||||||
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find . \
|
find . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="mz"
|
PRGNAM="mz"
|
||||||
VERSION="0.34.9"
|
VERSION="0.39"
|
||||||
HOMEPAGE="http://www.perihel.at/sec/mz"
|
HOMEPAGE="http://www.perihel.at/sec/mz"
|
||||||
DOWNLOAD="http://www.perihel.at/sec/mz/mz-0.34.9.tar.gz"
|
DOWNLOAD="http://www.perihel.at/sec/mz/mz-0.39.tar.gz"
|
||||||
MD5SUM="17dcc41248744a14690a62bce3b637b2"
|
MD5SUM="b0ffc5dab78880e7f9187fa21e6fa63f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Heinz Wiesinger"
|
MAINTAINER="Heinz Wiesinger"
|
||||||
EMAIL="pprkut@liwjatan.at"
|
EMAIL="pprkut@liwjatan.at"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in a new issue