This project is designed to privately scan APK files and generate a detailed report using VirusTotal. The report includes scan results from various antivirus engines and a breakdown of the permissions required by the APK.
- VirusTotal Integration: Automatically privately scans APK files and retrieves detection results from VirusTotal.
- Permissions Analysis: Extracts and lists all permissions requested by the APK.
- Detailed Reporting: Combines scan results and permissions information into a comprehensive report.
- Python 3.x
- VirusTotal API key
python VTScanner.py <Input Path> <Scan Results.xlsx> <Permission.xlsx>