Skip to content

Commit bc73b68

Browse files
authored
KEYLOGGER-Detector.py MAIN FILE
1 parent f4154a1 commit bc73b68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

KEYLOGGER-Detector.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
"keylogger.py"
2929
]
3030

31-
upi = 'fb110a9cfd996787e0ceb73937e8b37538b61030f9780d17588c1fc2a353ed8c'
3231
# VirusTotal API key (replace with your own)
33-
VIRUSTOTAL_API_KEY = upi
32+
VIRUSTOTAL_API_KEY = 'YOUR_VIRUSTOTOAL_API_KEY'
3433
VIRUSTOTAL_URL = 'https://www.virustotal.com/api/v3/files/'
3534

3635
# GitHub repository for updates
@@ -299,4 +298,4 @@ def close_tool(self):
299298
if __name__ == "__main__":
300299
root = tk.Tk()
301300
app = KeyloggerDetectorApp(root)
302-
root.mainloop()
301+
root.mainloop()

0 commit comments

Comments
 (0)