0
I am a novice to the terminal of linux live OS's (eg Kali Linux).
Please advise what
1) in built programs (e.g. Syslog...),
2) Commands in the Terminal (eg ls, ps, md5sum, ...)
one can use for checking changes to the Live OS (since booting from disc)? I.E. integrity checks. I am interested in going down to kernel level in scope.
Exactly what are you looking to detect? Changes to files that are on the live CD/USB? Have you tried
find
with one of the time options? I think-mtime
and-ctime
have what you need. – Neil Smithline – 2015-05-20T20:53:51.2671although you are using Kali, this is better suited over at a linux/server forum. – schroeder – 2015-05-20T21:36:16.717
Take a look at tripwire – wireghoul – 2015-05-21T01:14:15.283