User Tools

Site Tools


hacking:determine_if_your_computer_is_hacked

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
hacking:determine_if_your_computer_is_hacked [2020/11/26 22:24] peterhacking: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
 +</code>
 +
 +returns:
 +
 +<code bash>
 +...
 +/etc
 +/etc/apport
 +/etc/apport/blacklist.d
 +/etc/cron.daily
 +/etc/bash_completion.d
 +/etc/pm/sleep.d
 +/etc/grub.d
 +/etc/default
 +/etc/default/grub
 +/etc/default/grub.d
 +/etc/systemd/system
 +...
 +</code>
 +
hacking/determine_if_your_computer_is_hacked.1606429496.txt.gz · Last modified: 2020/11/26 22:24 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki