Skip to content

Commit

Permalink
Merge pull request #837 from AndrewRathbun/master
Browse files Browse the repository at this point in the history
Update RustDesk Target, add AgentRansack Target
  • Loading branch information
AndrewRathbun authored Jul 13, 2023
2 parents 0b7ba06 + c5372d5 commit c2e6c07
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
34 changes: 34 additions & 0 deletions Targets/Apps/AgentRansack.tkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Description: Agent Ransack - Free File Searching Utility
Author: Andrew Rathbun
Version: 1.0
Id: b4b0b113-b3d9-4c23-a155-2f879afd03e8
RecreateDirectories: true
Targets:
-
Name: Agent Ransack Config Logs
Category: Software
Path: C:\Users\%user%\AppData\Roaming\Mythicsoft\AgentRansack\config
Recursive: true
-
Name: Agent Ransack CrashReports Logs
Category: Software
Path: C:\Users\%user%\AppData\Roaming\Mythicsoft\AgentRansack\CrashReports
Recursive: true
-
Name: Agent Ransack IndexLog Logs
Category: Software
Path: C:\Users\%user%\AppData\Roaming\Mythicsoft\AgentRansack\IndexLog
Recursive: true
-
Name: Agent Ransack Logs
Category: Software
Path: C:\Users\%user%\AppData\Roaming\Mythicsoft\AgentRansack\logs
Recursive: true

# Documentation
# https://www.mythicsoft.com/agentransack/
# https://help.mythicsoft.com/agentransack/v9/en/index.html -> https://help.mythicsoft.com/agentransack/v9/en/folder_settings.htm
# .\AppData\Roaming\Mythicsoft\AgentRansack\config\history.xml - appears to track user's search terms
# .\AppData\Roaming\Mythicsoft\AgentRansack\logs\AgentRansack-app.log - appears to log when searches are conducted, similar to the below:
# 2023.07.13 15:51:16:291 (56020.117972) Starting search
# 2023.07.13 15:51:16:309 (56020.117972) Search started
7 changes: 6 additions & 1 deletion Targets/Apps/RustDesk.tkape
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Description: RustDesk
Author: Andrew Rathbun
Version: 1.0
Version: 1.1
Id: 849299a3-7d74-4006-bdfa-3525d7a2bd94
RecreateDirectories: true
Targets:
Expand All @@ -9,6 +9,11 @@ Targets:
Category: Communications
Path: C:\Users\%user%\AppData\Roaming\RustDesk\
Comment: "Collects all log files related to RustDesk"
-
Name: RustDesk logs
Category: Communications
Path: C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\RustDesk\log\server
Comment: "Collects all log files related to RustDesk"

# Documentation
# https://github.com/rustdesk/rustdesk/wiki/FAQ#access-logs

0 comments on commit c2e6c07

Please sign in to comment.