diff --git a/Targets/Compound/P2PClients.tkape b/Targets/Compound/P2PClients.tkape index 1d36a504e..b56f84442 100644 --- a/Targets/Compound/P2PClients.tkape +++ b/Targets/Compound/P2PClients.tkape @@ -1,6 +1,6 @@ Description: P2P Clients Author: Andrew Rathbun -Version: 1.0 +Version: 1.1 Id: 4357b5ff-0bd4-41c0-a644-463ea0e14c48 RecreateDirectories: true Targets: @@ -8,6 +8,10 @@ Targets: Name: DC++ Category: FileDownload Path: DC++.tkape + - + Name: eMule + Category: FileDownload + Path: eMule.tkape - Name: FrostWire Category: FileDownload diff --git a/Targets/P2P/eMule.tkape b/Targets/P2P/eMule.tkape new file mode 100644 index 000000000..48511a29f --- /dev/null +++ b/Targets/P2P/eMule.tkape @@ -0,0 +1,29 @@ +Description: eMule +Author: Fábio Melo Pfeifer +Version: 1.0 +Id: dd4d5575-46aa-4618-9ecf-f8f9d7271b0c +RecreateDirectories: true +Targets: + - + Name: eMule Logs and Configuration Files + Category: FileDownload + Path: C:\Users\%user%\AppData\Local\eMule\ + Recursive: true + Comment: "Locates eMule logs and configuration files and copies them." + + - + Name: eMule part.met files + Category: FileDownload + Path: C:\ + FileMask: '*.part.met' + Recursive: true + Comment: "Locates eMule *.part.met files and copies them." + +# Documentation +# https://www.researchgate.net/publication/269080208_Identificacao_de_Artefatos_Periciais_do_eMule +# eMule is a file-sharing client which supports the eDonkey protocol. +# Logs are stored in .met format and must be viewed in a hex editor or parsed using a specific parser. +# known.met within the configuration folder will contain information on downloaded and uploaded files. +# AC_SearchStrings.dat contains searches conducted by the user. +# A .part.met file contains information about a current download. +# TKape was created for version 0.50a.