Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Manual loading of Databases without needing to download everytime #94

Open
uncommonthinker opened this issue Aug 28, 2024 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@uncommonthinker
Copy link

uncommonthinker commented Aug 28, 2024

We have devices that we test in our facility and need to run the antivirus to make sure they dont have any. Is there a way to load the databases manually/ via adb to the signatures folder? Putting the devices on wifi everytime adds time to the process, i am planning to automate the test process without having to put the devices online.

Is it possible with the current flow? Is there a database repository from where i can download the latest ones periodically and update the offline databases?

@SkewedZeppelin
Copy link
Member

Offline database support could be added as a feature.

In the meantime you could alternatively run your own web server with a directory including the following files and point the app to it:

https://divested.dev/MalwareScannerSignatures/gpg.key
https://divested.dev/MalwareScannerSignatures/hypatia-domains-bloom.bin
https://divested.dev/MalwareScannerSignatures/hypatia-domains-bloom.bin.sig
https://divested.dev/MalwareScannerSignatures/hypatia-md5-bloom.bin
https://divested.dev/MalwareScannerSignatures/hypatia-md5-bloom.bin.sig
https://divested.dev/MalwareScannerSignatures/hypatia-md5-extended-bloom.bin
https://divested.dev/MalwareScannerSignatures/hypatia-md5-extended-bloom.bin.sig
https://divested.dev/MalwareScannerSignatures/hypatia-sha1-bloom.bin
https://divested.dev/MalwareScannerSignatures/hypatia-sha1-bloom.bin.sig
https://divested.dev/MalwareScannerSignatures/hypatia-sha256-bloom.bin
https://divested.dev/MalwareScannerSignatures/hypatia-sha256-bloom.bin.sig

@SkewedZeppelin SkewedZeppelin added the enhancement New feature or request label Aug 28, 2024
@uncommonthinker
Copy link
Author

@SkewedZeppelin Thanks a lot. Let me know if i can help build this feature.

@uncommonthinker
Copy link
Author

@SkewedZeppelin I tried downloading the databases and dumped them in the signatures folder via adb and turned the Wi-Fi off. It automatically picks up from the folder without having to download the databases.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants