hacking:determine_if_your_computer_is_hacked
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
hacking:determine_if_your_computer_is_hacked [2020/11/26 22:24] – peter | hacking:determine_if_your_computer_is_hacked [2020/11/26 22:28] (current) – peter | ||
---|---|---|---|
Line 80: | Line 80: | ||
---- | ---- | ||
+ | |||
+ | ===== Find System Files that have recently changed ===== | ||
+ | |||
+ | <code bash> | ||
+ | sudo find /etc /var -mtime -2 | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | ... | ||
+ | /etc | ||
+ | /etc/apport | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | /etc/grub.d | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ... | ||
+ | </ | ||
+ |
hacking/determine_if_your_computer_is_hacked.1606429496.txt.gz · Last modified: 2020/11/26 22:24 by peter