mrash / fwsnort

Application Layer IDS/IPS with iptables
http://www.cipherdyne.org/fwsnort/
GNU General Public License v2.0
73 stars 15 forks source link

upgrade forced after git pull? #11

Open mgaulton opened 8 years ago

mgaulton commented 8 years ago

is there a commandline force install method?

git pull ; install.pl --force

mrash commented 8 years ago

The install.pl script should overwrite any existing fwsnort installation on your system. So, just run install.pl after git pull - no --force option should be needed.

mgaulton commented 8 years ago

I was hoping to script it into an init script.

  1. boot
  2. git pull
  3. perform install
  4. exec
mrash commented 8 years ago

I see, you need a non-interactive mode to install.pl. Are you primarily concerned about getting signature updates? If so, you can use 'fwsnort --update-rules'.

mgaulton commented 8 years ago

Its mostly for limited accessible machines to be "hands off" as much as possible. I tweaked it already to do a rule pull