BrowserStealer icon indicating copy to clipboard operation
BrowserStealer copied to clipboard

it works but crashes in Windows 10 LTSC

Open evilsh3ll opened this issue 2 years ago • 0 comments

Describe the bug I have all major browsers installed and filled with demo passwords and cookies. When executed, it prints password only (not cookies) and there is a problem with a BCrypt function. After a very concise debugging it seems it tries to access a zone of memory outside it's memory process, but don't trust me, I never performed a debug of such a software.

To Reproduce Steps to reproduce the behavior:

  1. Compile the cmake project (x64) for Visual Studio 16 2019 in Windows 10 LTSC
  2. Compile the executable using visual studio 16 2019 (the compiling process works without errors) as "Release" (see image)
  3. Run the executable manually from the Release folder (each other executable returns the same error, Debug executable too)
  4. See error

Expected behavior It should be able to run without crashing at the end. It should be able to decrypt cookies too (I suppose it can't reach that part of code)

Screenshots 1 2 3 4

Desktop (please complete the following information):

  • OS: Windows 10 LTSC 1809 (x64)
  • Browser: latest builds of all top 64bit browsers (firefox, chrome, chromium, opera, vivaldi.. etc)

evilsh3ll avatar May 24 '22 06:05 evilsh3ll