[SOLUCIONADO] Editar/Modificar Firmware .bin Camara IP

Iniciado por brank, Junio 12, 2017, 09:04:17 PM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

Junio 12, 2017, 09:04:17 PM Ultima modificación: Julio 08, 2017, 09:36:15 AM por HATI
Es posible modificar un firmware de una camara ip,  el firm en cuestion consta de 4 archivos .bin

  • AppImg.bin
  • fboot.bin
  • kernel.bin
  • xml.bin

Actualmente el firmware presenta fallas de seguridad muy faciles de saltar, por lo que me gustaria corregirlas ya que no tienen soporte por parte del fabricante. No se bien por donde empezar.


Saludos.

Les tendrás que hacer ingeniería inversa porque no son libres, ármate de paciencia y de un buen editor

Junio 29, 2017, 01:30:48 PM #2 Ultima modificación: Junio 30, 2017, 09:24:12 AM por xyz
Podrías comenzar extrayendo los archivos ELF y LZMA usando la herramienta libre de de analisis de firmware "Binwalk".

Aquí tienes mas información y un enlace a Binwalk:

Código: text
https://reverseengineering.stackexchange.com/questions/13465/extracting-firmware-bin-file
https://reverseengineering.stackexchange.com/questions/8063/extract-files-from-a-bin-firmware


Binwalk:
Código: text
https://github.com/devttys0/binwalk]https://github.com/devttys0/binwalk

No tienes permitido ver los links. Registrarse o Entrar a mi cuenta
Podrías comenzar extrayendo los archivos ELF y LZMA usando la herramienta libre de de analisis de firmware "Binwalk".

Aquí tienes mas información y un enlace a Binwalk:

Código: text
https://reverseengineering.stackexchange.com/questions/13465/extracting-firmware-bin-file
https://reverseengineering.stackexchange.com/questions/8063/extract-files-from-a-bin-firmware


Binwalk:
Código: text
https://github.com/devttys0/binwalk]https://github.com/devttys0/binwalk


+1 totalmente recomendado, con lanzar el siguiente comando te debería bastar:

binwalk -Me AppImg.bin
binwalk -Me fboot.bin
binwalk -Me kernel.bin
binwalk -Me xml.bin

Un saludo :P