I would like to read what's in Clam AV's safebrowsing .cld
(that lists the blacklisted sites).
After following some suggestions online, extracted from
the cld file the following (using dd & 7zip):
08/11/2018 02:13 PM 18,325 Copying.txt
08/11/2018 02:14 PM 113,037,608 safebrowsing.gdb
08/11/2018 02:14 PM 514 safebrowsing.info
How can we read/extract the gdb file?
(db_dump / gdbm_dump) should be able to process those).
Question is what is the password .., you may need to check the clamav sources for that.
DB 5.3 shows the error: BDB0178 Encrypted database: no encryption flag specified/var/lib/clamav/s
if i try gnu db (gdbm) gdmb_dump shows: gdbm_open failed bad magic number.