This commit is contained in:
parent
45dcc78fe2
commit
b31d09eeb0
1 changed files with 1 additions and 0 deletions
1
main.py
1
main.py
|
@ -293,6 +293,7 @@ def setup_firefox_driver():
|
|||
def realtimeAV():
|
||||
while True:
|
||||
kill_suspicious_processes()
|
||||
print("Realtime AntiMalware active...")
|
||||
time.sleep(1) # check for malware every second
|
||||
|
||||
# Start Monitoring in Threads
|
||||
|
|
Loading…
Reference in a new issue