Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 707 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 707 Bytes

zeusids-installer

Zeus Intrusion Detection System. The zeusids repository is updated nightly for research on generalizing against detecting (and stopping) network-based malicious attacks.

Installs this repo locally:

https://github.com/samblouir/zeusids

Instructions

To install, just download zeusids_installer.sh, open the terminal (CTRL+ALT+T), cd to the directory this file is located in, and run this command:

sudo chmod +x ./zeusids.sh && ./zeusids.sh

This will give the script execution permissions, and then run it. The script will automatically pull the zeusids repo into a folder it creates at $HOME/zeusids, then it will install everything.

Requirements

Designed for Ubuntu 20.04.