droidsec/droidsec.github.io

Build a database of device information

jduck opened this issue · 1 comments

This database should probably be in JSON so the data can be pushed to a browser for further handling (filtering, querying, etc).

Information should include (for starters):

  • hardware details
    • revisions / model numbers
      • SoC, memory, storage, etc (others TBD)
      • all known existing stock firmwares and OTA updates for the device
        • build.prop information (perhaps only key values, TBD)
        • kernel version information
        • vulnerabilities known to affect this firmware

others TBD

Information about how to boot to bootloader, recovery, etc.