• XSS.stack #1 – первый литературный журнал от юзеров форума

how to make a small .exe (64bit) for a firefox stealer [C/C++]

3c2n90yt57489t3y8794

RAID-массив
Пользователь
Регистрация
01.09.2020
Сообщения
66
Реакции
5
I developed a chromium+gecko password stealer in C++ but the file size is big (~1.1Mb) because in order to request and decrypt firefox passwords I need to use functions provided by nss3.dll:
NSS_Init, NSS_Shutdown, PK11_GetInternalKeySlot, PK11_FreeSlot, PK11_Authenticate, PK11_CheckUserPassword, PK11SDR_Decrypt
so I need to dinamically load this 64bit dll and my executable needs to be 64bit too. The final size of the stealer between 32 and 64 bit is very different, if I compile the same stealer at 32bit I get a 700Kb executable that is more reasonable (but it can't load 64bit dll).

Is it normal to get bigger filesize for a firefox stealer? Usually how is this problem solved?
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Если хотите меньший размер , разбирайте вручную (см. сорцы lazagne ) или серверный декрипт.

Хотя, сейчас на размер всем пофигу, тут было 100500 тем что мол не 2005, инеты быстрые. Так что не заморачивайся.
 
I developed a chromium+gecko password stealer in C++ but the file size is big (~1.1Mb) because in order to request and decrypt firefox passwords I need to use functions provided by nss3.dll:
NSS_Init, NSS_Shutdown, PK11_GetInternalKeySlot, PK11_FreeSlot, PK11_Authenticate, PK11_CheckUserPassword, PK11SDR_Decrypt
so I need to dinamically load this 64bit dll and my executable needs to be 64bit too. The final size of the stealer between 32 and 64 bit is very different, if I compile the same stealer at 32bit I get a 700Kb executable that is more reasonable (but it can't load 64bit dll).

Is it normal to get bigger filesize for a firefox stealer? Usually how is this problem solved?
Server-side decryption: grab client's profile name and few files: "login.json", "key4.db" and "cert9.db".
On servers side use ready to use modules on Github written with Python.
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх