
macOS सिस्टम पर दुर्भावनापूर्ण गतिविधि का सक्रिय पता लगाने के लिए उपयोग किया जाने वाला बैश टूल।
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": { ... }
}
}
योगदान का स्वागत है! कृपया बेझिझक issues, सुविधा अनुरोध, या पुल अनुरोध सबमिट करें।
यह प्रोजेक्ट ओपन सोर्स है और MIT लाइसेंस के तहत उपलब्ध है।