文件名称:email-parser:尝试使用 Python 2.x 解析一些 SMTP
文件大小:2.86MB
文件格式:ZIP
更新时间:2024-07-03 12:08:10
JavaScript
电子邮件解析器 从包含 SMTP(tcp.port == 25 或解密的 tcp.port == 587)会话的 pcap 生成大量有用的 SMTP 元数据。 必需的东西 MySQL 或 MariaDB(两者都支持) Python 2.6 / 2.7 (yum install MySQL-python || pip install mysql-python) (easy_install dpkt) (yum 安装 libmagic) (yum install python-magic || pip install python-magic) GeoIP、GeoIP-devel、GeoIP-update (yum install) (pip 安装 GeoIP) MySQL 配置更改 max_allowed_packet = 25M (数据库配置默认值 = 1M,