News

A Python-powered PCAP/PCAPNG analyzer that automates network forensic investigations. Designed for security teams and researchers, it detects threats (IOCs, scans, DNS tunneling), analyzes protocols, ...
load_dotenv() api_key = os.getenv("OPENAI_API_KEY") if not api_key: raise ValueError(" OPENAI_API_KEY not found. Check your .env file.") client = OpenAI(api_key=api ...