-
-
Notifications
You must be signed in to change notification settings - Fork 0
❓ Frequently Asked Questions (FAQ)
Here you'll find answers to the most common questions related to the VirusTotal File Scanner. If your question isn't listed, please open a new Discussion.
Because app.py is encrypted using PyArmor. This binary runtime file decrypts and executes the protected logic at runtime. Without it, the app cannot run.
You can sign up for free at virustotal.com
After registration, go to your profile and copy the API key under "API Key".
The application may still run with .env, but without a valid configuration file or environment variable, scans will fail due to a missing API key.
No, this is a file hash analysis tool. It does not detect malware locally but checks file hashes via the VirusTotal API using cloud-based detection engines.
No, by default the app only sends hashes. You may optionally enable file uploads in future versions, depending on privacy settings and VT limits.
You'll receive a warning. You may choose to manually upload it on the VT website or wait until it becomes known in the community.
Yes, drag & drop of multiple files is supported (if enabled). CLI-based batch scans may follow in future updates.
In the current version, scan results can be exported manually. Automatic history logging is planned as a future feature.
Yes, because all scans query VirusTotal’s online API. Offline mode for hash-only comparison is planned (via local whitelist).
Yes! Pull requests are welcome. See the Contributing Guidelines for details.