Tuesday, April 9, 2019

How to create keylogger with BeeLogger to hack Windows machine

BeeLogger is a keylogger generator that allows you to easily generate a payload executable file. You can then send this payload to your victim via messenger, email or social media and have them run it. Once the victim ran the executable file on their Windows machine, every key stroke performed by the victim will automatically be recorded by the payload and sent to you via the email you assigned. This is an extremely great free keylogger to steal someone credential over the network.

Follow the instruction below to learn how to install BeeLogger and generate a payload to send to your victim.

Note: If you have the Termux app installed on your Android device, this can also runs on Termux as well, but your phone must be rooted for this to work. 

1. Turn on your Kali machine, open a terminal and type in the following command.

git clone https://github.com/4w4k3/BeeLogger


2. Now type in

cd BeeLogger
chmod +x install.sh


3. bash install.sh


4. Wait for all of the requirement to be installed. If you encounter a screen like I have below just press Enter to close the Wine configuration screen.


5. From here just click Next until you arrived at the Finish screen and click on the Finish button. Make sure to leave everything as default. This part is same as if you were installing any other Windows program.







6. Once you are done installing Python, you will see a screen like mine below.


7. If your screen is telling you to upgrade pip just type in the command shown below and let it run until it is finish. This is just one of the requirement for BeeLogger to run correctly.

python -m pip install --upgrade pip


8. Once the upgrade is done you can type in python bee.py to run BeeLogger.


9. If everything is done correctly, you should see a screen like I have below. Just press Enter


10. From here you can choose K to start generating the Keylogger or U to update BeeLogger. Press K and press Enter to start.


11. Now you can choose the type of keylogger you want to generate. I went to Adobe Flash Update.


12. Now it will ask you to type in your Gmail account and password. Make sure you do not use a personal email.


13. After everything is done you should be able to find the generated payload inside the directory /home/BeeLogger/dist like I have below. Just send this to your victim and wait form them to run it and you should start to see key logs being sent to your Gmail every 120 seconds. 


0 comments:

Post a Comment