Firewell1 공격자 IP 차단 Python 소스 👍공격자 IP를 차단하는 전체 소스입니다.main.pyimport subprocessimport timeimport jsonimport osimport urllib.requestimport urllib.parsefrom collections import defaultdictfrom datetime import datetime, timedeltaCONFIG_FILE = "config.json"def load_config(): if os.path.exists(CONFIG_FILE): with open(CONFIG_FILE, 'r', encoding='utf-8') as f: return json.load(f) return { "check_interva.. 2026. 5. 28. 이전 1 다음