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

Ganapati/firmflaws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Firmware analysis website + API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published