security scripts
uber basic check for kelogers.py
import psutil import os import sys def find_suspicious_processes(): suspicious_proces...
start-win-defender.bat
@echo offecho Starting Windows Defender malware scan..."%ProgramFiles%\Windows Defender\MpCmdRun....
check for systemstats.py v1
import psutil import datetime def check_high_memory_usage(threshold=50): high_memory_u...
check for pc's pids names and usage stats and send them to a file to search later .py v2
import os import psutil import datetime def check_high_memory_usage(threshold=50): hi...
pid killer (ranges too)
import psutil while True: pids = input("Type the PID(s) you want to kill, separated by ...
block all .zip .rar .mov top level domains
current researchimpossible