armadito-av
armadito-av copied to clipboard
Armadito antivirus main repository
add SIGINT signal handler
* real-time detection * end of scan * db update (see freshclam)
Methods (implemented in daemon): - get_status - scan - set_real_time_prot - get_events - get_quarantine_files
* using JRPC + REST API
See: - https://raymii.org/s/tutorials/Sign_and_verify_text_files_to_public_keys_via_the_OpenSSL_Command_Line.html - http://www.codealias.info/technotes/openssl_rsa_sign_and_verify_howto The scripts will be linux only (they run on the bases server)
A first version of the vulnerability was described in: http://seclists.org/fulldisclosure/2016/Jun/69 Using a \u JSON escape, a crafted database index may potentially specify a file path pointing at arbitrary location on...
vulnerability disclosed here: http://seclists.org/fulldisclosure/2016/Jun/69 index file download is done using HTTP, which allows MITM attacks. Use of HTTPS is mandatory