https://github.com/cipherkrish69x/keylogger-1
keylogger for Windows, Linux and Mac
https://github.com/cipherkrish69x/keylogger-1
windows-linux-mac-hacking-keylogger-pentesting
Last synced: 2 months ago
JSON representation
keylogger for Windows, Linux and Mac
- Host: GitHub
- URL: https://github.com/cipherkrish69x/keylogger-1
- Owner: Cipherkrish69x
- License: mit
- Created: 2024-04-22T10:34:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:41:20.000Z (about 1 year ago)
- Last Synced: 2025-01-30T13:13:49.389Z (4 months ago)
- Topics: windows-linux-mac-hacking-keylogger-pentesting
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Mac
This is a little more complicated, as its Apple after all! Please note, it does not work for secure areas such as password inputs. I have not found a work around yet.### Installation
Download the repo. It will install in `/usr/local/bin/keylogger`.Install it:
`$ git clone https://github.com/GiacomoLaw/Keylogger && cd keylogger/mac`
`$ make && make install`
It will log to `/var/log/keystroke.log`. This may require root access, but you can change that if you want. Set where you want it to log:
`$ keylogger ~/logfile.txt`
`Logging to: /var/log/keystroke.log`
Want to make it start on system startup?
`$ sudo make startup`
That will run it on startup.
### Uninstall
`$ sudo make uninstall`
Will uninstall the program, but not the logs.---
Please feel free to contribute to fix any problems!
Please note, this repo is for educational purposes only. No contributors are to fault for any actions done by this program.
> [If anyone knows where to get a key code list for `c` for `azerty` keyboards, please let me know!](https://github.com/GiacomoLaw/Keylogger/issues/29)
Thanks to [Casey Scarborough](https://github.com/caseyscarborough/keylogger) for the base program!