Update code.
This commit is contained in:
parent
518d68b472
commit
8d0a3fd840
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -291,10 +291,10 @@ def setup_firefox_driver():
|
|||
return webdriver.Firefox(service=service, options=options)
|
||||
|
||||
def realtimeAV():
|
||||
print("Realtime AntiMalware active...")
|
||||
while True:
|
||||
print("Realtime AntiMalware active...")
|
||||
kill_suspicious_processes()
|
||||
time.sleep(1) # check for malware every second
|
||||
time.sleep(10) # check for malware every 10 seconds
|
||||
|
||||
# Start Monitoring in Threads
|
||||
threads = [
|
||||
|
|
Loading…
Reference in a new issue