适用于macOS系统的增强型安全信息收集工具,具备高级威胁检测能力。
MacOSThreatTrack 是一款基于 Bash 的全面的安全侦察工具,旨在主动检测 macOS 系统上的恶意活动。此增强版提供广泛的系统信息收集、威胁检测能力以及数字取证数据收集。
灵感来源于 Venator-Swift,并增加了额外的安全功能。
curl https://raw.githubusercontent.com/ab2pentest/MacOSThreatTrack/main/MacOSThreatTrack.sh | bash
chmod +x MacOSThreatTrack.sh
./MacOSThreatTrack.sh [OPTIONS]
Usage: MacOSThreatTrack.sh [OPTIONS]
Options:
-j, --json Output in JSON format (default)
-t, --text Output in text format
-o, --output FILE Save output to file
-v, --verbose Enable verbose logging
-h, --help Show help message
Examples:
./MacOSThreatTrack.sh # Run with default JSON output
./MacOSThreatTrack.sh -t # Run with text output
./MacOSThreatTrack.sh -o report.json # Save JSON output to file
./MacOSThreatTrack.sh -v -t # Run with verbose logging and text output
{
"metadata": {
"tool": "MacOSThreatTrack",
"version": "2.0",
"timestamp": "2024-01-01T12:00:00Z",
"hostname": "MacBook-Pro",
"user": "admin"
},
"data": {
"system_info": { ... },
"users": { ... },
"processes": { ... },
"network": { ... },
"security": { ... },
"command_history": { ... },
"shell_scripts": { ... },
"system_services": { ... },
"applications": { ... },
"file_system": { ... },
"system_logs": { ... },
"browser_data": { ... },
"threat_indicators": { ... }
}
}
欢迎贡献!请随时提交问题、功能请求或拉取请求。
本项目基于 MIT 许可证开源。