GithubHelp home page GithubHelp logo

hartl3y94 / firmflaws Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ganapati/firmflaws

0.0 0.0 0.0 493 KB

Firmware analysis website + API

License: Other

Python 72.35% HTML 11.90% CSS 9.11% JavaScript 6.64%

firmflaws's Introduction

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)

firmflaws's People

Contributors

ganapati avatar geoffreyvdb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.