From 081d56164ddf5bfad8646e67e94baa4596a22e86 Mon Sep 17 00:00:00 2001 From: aleff-github Date: Fri, 17 Mar 2023 16:07:58 +0100 Subject: [PATCH] [+] README --- .../ExfiltrateProcessInfo_Linux/README.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 payloads/library/exfiltration/ExfiltrateProcessInfo_Linux/README.md diff --git a/payloads/library/exfiltration/ExfiltrateProcessInfo_Linux/README.md b/payloads/library/exfiltration/ExfiltrateProcessInfo_Linux/README.md new file mode 100644 index 0000000..78c32e5 --- /dev/null +++ b/payloads/library/exfiltration/ExfiltrateProcessInfo_Linux/README.md @@ -0,0 +1,27 @@ + +# Exfiltrate Process Info - Linux ✅ + +A script used to exfiltrate the process info on a Linux machine. + +**Category**: Exfiltration + +## Description + +A script used to exfiltrate the process info on a Linux machine. + +Opens a shell, get the process info, set the Discord webhook configuration, send it to the discord webhook, erase traces. + +## Getting Started + +### Dependencies + +* Internet Connection +* Discord Webhook + +### Executing program + +* Plug in your device + +### Settings + +* Set the Discord Webhook configuration \ No newline at end of file