Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Emule target #971

Merged
merged 5 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Targets/Compound/P2PClients.tkape
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Description: P2P Clients
Author: Andrew Rathbun
Version: 1.0
Version: 1.1
Id: 4357b5ff-0bd4-41c0-a644-463ea0e14c48
RecreateDirectories: true
Targets:
-
Name: DC++
Category: FileDownload
Path: DC++.tkape
-
Name: eMule
Category: FileDownload
Path: eMule.tkape
-
Name: FrostWire
Category: FileDownload
Expand Down
29 changes: 29 additions & 0 deletions Targets/P2P/eMule.tkape
Original file line number Diff line number Diff line change
@@ -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.