Wednesday, March 11, 2015

Tripwire In BOSS Linux Configuring and Policy Updation

Step 1: Install Tripwire and Tripwire depedencies by apt-get command

root@ithelpblog:~# sudo apt-get install tripwire

Step 2: Initializing Tripwire database

root@ithelpblog:~# sudo tripwire –init

Step 3: Configure tripwire policy

root@ithelpblog:~# sudo vi /etc/tripwire/twpol.txt

Step 4:  Update Tripwire policy

root@ithelpblog:~# sudo tripwire –update-policy –secure-mode low /etc/tripwire/twpol.txt

Step 5: Check if have any changes on your Ubuntu/Debian system

root@ithelpblog:~# tripwire –check –interactive
     

JMeter JSON Extractor

      json response {"Key1":"Value1","Key2":"Value2","Key2":"Value2"}  Name of t...