All Projects → Ganapati → firmflaws

Ganapati / firmflaws

Licence: other
Firmware analysis website + API

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

firmflaws

Firmware analysis Website and API (JSON)

Upload firmware and run static analysis (parse firmware, grep strings, search for interesting files (conf, certs, db files...), etc.).

Usage

  • Upload a new firmware
  • PROFIT !

WEB INTERFACE

Homepage (upload)

alt tag

Firmware summary

alt tag

PHP file summary

alt tag

ELF file summary

alt tag

Picture file

alt tag

API

POST /api/upload

  • description : test
  • brand : text
  • model : text
  • version : text
  • file :file (firmware archive (bin, zip))

GET /api/stats

Return global stats

  • nb of firmwares in db
  • nb of password grepped
  • nb of certificates
  • etc

GET /api/latest

Return 10 latests firmwares analysis

GET /api/firmware/#hash#

Return firmware informations (files, etc.)

GET /api/firmware/summary/#hash#

Return firmware informations without files

GET /api/firmware/hierarchy/#hash#

Return firmware informations + hierarchy as string for treeeJS frontend

GET /api/firmware/#hash#?raw

Download firmware

GET /api/file/#hash#/

Return file informations

GET /api/file/#hash#?raw

Download File

GET /api/file/#hash#?graph

If file is ELF and graph=true, return a png call graph (generated by radare2)

GET /api/search?keyword=

Search firmwares for given keyword

Dependencies

Contributors

  • MisterCh0c (@MisterCh0c)
  • Ganapati (@G4N4P4T1)
  • Geoffrey (@geoffreyvdberge)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].