Home / bleeding edge (see wiki)
Name Modified Size InfoDownloads / Week
Parent folder
snez_3.7.4_amd64.deb 2021-05-26 574.2 kB
snez-3.7.4-2.x86_64.rpm 2021-05-26 596.3 kB
snez-3.7.3-2.x86_64.rpm 2021-05-11 596.2 kB
snez_3.7.3_amd64.deb 2021-05-11 574.1 kB
DEB and RPM installs.pdf 2020-09-03 45.2 kB
README-deb 2020-09-03 3.2 kB
README-rpm 2020-09-03 3.1 kB
Totals: 7 Items   2.4 MB 0
Copyright (C) 2011-2020 Gene Guinter

    SNĒZ is free software: you can redistribute
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    SNĒZ is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/.

    Contact the copyright holder at gene@geneguinter.com.


**SECURITY**

While SNĒZ is tested with web vulnerability scanners, DO NOT allow SNĒZ to be accessed from the Internet or an untrusted
or insecure network. Consult the project website and wiki regularly for new versions and hotfixes addressing security
vulnerabilities. The ABSENCE OF A WARRANTY EXTENDS TO ISSUES REGARDING the SECURITY OF THE PROGRAM and ANY NETWORK OR
ACCESSIBLE DEVICES. Several buttons and links will visit external internet sites.  See internet connection in 
REQUIREMENTS and PRE-REQS below. **USE SNĒZ AT YOUR OWN RISK**.


REQUIREMENTS and PRE-REQS

Ubuntu or other Debian-based Linux. See full requirements in the main README file. Debconf required.


INSTALLATION

1. sudo dpkg --install snez_v.r-1_arch.deb (where v=version r=release arch=architecture i386 or amd64)
2. sudo /usr/share/snez/install.sh
   Read the GPL and comments and key AGREE
3. Answer questions about your IDS environment
	Answer N for Snort, U for Suricata
	The next prompt is for specifying the ouput format of your ids- J for json, U for unified2.
	If json, you will be asked to supply the full path and filename of the json file output from your ids
4. Path and ownership information will be displayed with a chance to cancel install
5. Enter NEW for a new install requiring building of the SNEZ db and configuration, else enter if upgrading
6. Answer questions about your MySQL environment	
	Supply password for root@localhost when prompted.(Key F if password is in a MySQL option file).
	Then supply a username/password/host for access to your SNEZ DB when prompted.
7. a2enconf snez
8. Restart apache2 server.
9. Go to Getting Started in this README below.


UPGRADES

Any previous install from a tarball will need to be uninstalled first.
sudo dpkg --install snez_v.r-1_arch.deb (where v=version r=release arch=architecture i386 or amd64)
Read release notes in README and README-deb and follow other actions as instructed (ie., stop or restart jsonstash).
If upgrading from SNEZ 3.x earlier than SNEZ 3.4-
Run /usr/share/snez/install/SNEZmigratetables34.sh to add new fields to the database (config table).
If upgrading from SNEZ 3.x-
Run /usr/share/snez/install/SNEZmigratetables36.sh to add new fields to the database (config table).

UNINSTALL
Can be used to uninstall product permanently or clean for fresh install
1. sudo /usr/share/snez/install/SNEZuninstall (you'll need to provide some information at prompts)
2. dpkg -P snez
Source: README-deb, updated 2020-09-03