Skip to content

Commit

Permalink
Add MacOS and Linux log paths to TeamViewer module
Browse files Browse the repository at this point in the history
Fixes #178
  • Loading branch information
Poeloe committed Aug 27, 2024
1 parent 1fa3bde commit a739d2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,9 @@ class RemoteAccess(Module):
# teamviewer
("glob", "sysvol/Program Files/TeamViewer/*.log"),
("glob", "sysvol/Program Files (x86)/TeamViewer/*.log"),
("glob", "/var/log/teamviewer*/*.log"),
("glob", "AppData/Roaming/TeamViewer/*.log", from_user_home),
("glob", "Library/Logs/TeamViewer/*.log", from_user_home),
# anydesk - Windows
("dir", "sysvol/ProgramData/AnyDesk"),
("glob", "AppData/Roaming/AnyDesk/*.trace", from_user_home),
Expand Down

0 comments on commit a739d2f

Please sign in to comment.