Skip to content

Instantly share code, notes, and snippets.

@Jiab77
Last active November 4, 2018 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jiab77/ffd5164cc170bbadd9a7ece776c50852 to your computer and use it in GitHub Desktop.
Save Jiab77/ffd5164cc170bbadd9a7ece776c50852 to your computer and use it in GitHub Desktop.
Tripwire install on ubuntu 16.04

Tripwire Install on Ubuntu 16.04

Download

sudo apt install tripwire

Reply to every questions when asked.

Configure Tripwire

sudo nano /etc/tripwire/tw.cfg
sudo nano /etc/tripwire/twpol.txt

Init database

sudo tripwire --init

First check

touch istheresomechanges
sudo tripwire --check --interactive

For non-interactive mode, just run without --interactive

Update database

sudo tripwire --update --silent --report /var/lib/tripwire/report/[REPORT]

References

You may find more informations on these websites :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment