Skip to content

Instantly share code, notes, and snippets.

@Jiab77
Last active June 27, 2024 21:12
Show Gist options
  • Save Jiab77/ffd5164cc170bbadd9a7ece776c50852 to your computer and use it in GitHub Desktop.
Save Jiab77/ffd5164cc170bbadd9a7ece776c50852 to your computer and use it in GitHub Desktop.
This gist will help you to install tripwire on Ubuntu 16.04.

Tripwire Install on Ubuntu 16.04

This gist will help you to install tripwire 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