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

PyLoggy.py #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

PyLoggy.py #1

wants to merge 1 commit into from

Conversation

geekypanda411
Copy link

changed _winreg to winreg in the import section. Earlier it didn't work on python 3.7.2 after this change it does.

Now it works
@mujig1
Copy link

mujig1 commented May 22, 2020

do it run one linux?

@geekypanda411
Copy link
Author

@mujig1 No, this keylogger uses some registry components and other windows only python modules.

@Theloyalty97
Copy link

Hey guys i need a key logger to track Facebook any ideas ?
Thanks

@geekypanda411
Copy link
Author

Hey guys i need a key logger to track Facebook any ideas ?
Thanks

Google maybe, but something like that would need to determine when a user is interacting with facebook, probably need a proxy module or some how hook into the browser, I don't know..

@DhaiTalal
Copy link

hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?

@geekypanda411
Copy link
Author

hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?

That's Odd, It works fine here, which version of python are you using?

@DhaiTalal
Copy link

hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?

That's Odd, It works fine here, which version of python are you using?

python 3 the latest

@geekypanda411
Copy link
Author

hi there, i do still have a win32api not found issue even when i changed the import section, any ideas to solve this issue?

That's Odd, It works fine here, which version of python are you using?

python 3 the latest

Sorry for the late reply, lot of changes in the past few months, the issue still exists? If yes can you please paste the exact error message?

@knifeparty666
Copy link

I'm having the same win32api.py not found also I'm running Termux on Android I'm a noob

@geekypanda411
Copy link
Author

I'm having the same win32api.py not found also I'm running Termux on Android I'm a noob

This script only works on windows. That is why it isn't working in your case.

@180vDirect
Copy link

180vDirect commented May 5, 2021

can I run the code on replit also im still gettingg they win error and im on pc

@geekypanda411
Copy link
Author

can I run the code on replit also im still egttingg they win error and im on pc

I am sorry I do not understand what you are trying to say. replit?

@180vDirect
Copy link

Replit.it it's a online coding thing that runs python but I use it for my self bot and it works but I have the errror other ppl are having

@geekypanda411
Copy link
Author

Replit.it it's a online coding thing that runs python but I use it for my self bot and it works but I have the errror other ppl are having

I don't ha e experience with replit but i believe this is due them running your python code in a contained environment. But I can't be sure.

@Voxyy11
Copy link

Voxyy11 commented May 5, 2021

hi this does not work for me, or does it have to be marked "git clone https://github.com/D4Vinci/PyLoggy.gi" and executed the command, in a window like studio code or cmd. PS: I am new to this environment.

@spyhunyter
Copy link

could anyone solve this problem?

python PyLoggy.py

Traceback (most recent call last):
File "PyLoggy.py", line 16, in
import win32api,pythoncom
ImportError: No module named win32api

@geekypanda411
Copy link
Author

hi this does not work for me, or does it have to be marked "git clone https://github.com/D4Vinci/PyLoggy.gi" and executed the command, in a window like studio code or cmd. PS: I am new to this environment.

Hi, Actually the pull request has not been accepted so you can go on my fork of this and try it, it should work. Obviously before you try get the the required python modules (win32api,pythoncom, pyHook,smtplib,) using pip.

@mtrackeros
Copy link

changed _winreg to winreg in the import section. Earlier it didn't work on python 3.7.2 after this change it does.

@geekypanda411
Copy link
Author

could anyone solve this problem?

python PyLoggy.py

Traceback (most recent call last):
File "PyLoggy.py", line 16, in
import win32api,pythoncom
ImportError: No module named win32api

You'll have to install the win32api module

@mtrackeros
Copy link

mtrackeros commented Sep 18, 2022 via email

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