Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 717 Bytes

File metadata and controls

20 lines (12 loc) · 717 Bytes

APK VT Scanner

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.

Features

  • 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.

Prerequisites

  • Python 3.x
  • VirusTotal API key

Execution

python VTScanner.py <Input Path> <Scan Results.xlsx> <Permission.xlsx>