Skip to content

Minnesota Intrusion Detection Software (MINDS)

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

ubdsgroup/minds

Repository files navigation

MINDS - Minnesota Intrusion Detection System.

Repository Maintained by:

Full details available here.

For detailed installation and operation instructions, refer to MINDS manual.

To install flows-tools:

cd $MINDSDIR/src
tar -zxvf flow-tools-0.68.2-rc5.tar.gz
cd flow-tools-0.68.2-rc5
./configure --prefix $CONFIGSITE
make install

To install pcap:

tar -zxvf libpcap-0.8.1.tar.gz
cd libpcap-0.8.1
./configure --prefix $CONFIGSITE
make
make install

To install xmlparser:

cd  $MINDSDIR/src
tar -zxvf xmlparser-1.0.tar.gz
cd xmlparser-1.0
./configure --prefix $CONFIGSITE
make install

To install minds:

cd $MINDSDIR
./configure --prefix $CONFIGSITE
make install

Refer to the manual for detailed instructions.

About

Minnesota Intrusion Detection Software (MINDS)

Topics

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published