Underc0de

Foros Generales => Dudas y pedidos generales => Mensaje iniciado por: brank en Junio 12, 2017, 09:04:17 PM

Título: [SOLUCIONADO] Editar/Modificar Firmware .bin Camara IP
Publicado por: brank en Junio 12, 2017, 09:04:17 PM
Es posible modificar un firmware de una camara ip,  el firm en cuestion consta de 4 archivos .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.
Título: Re:Editar/Modificar Firmware .bin Camara IP
Publicado por: RuidosoBSD en Junio 13, 2017, 05:49:47 AM
Les tendrás que hacer ingeniería inversa porque no son libres, ármate de paciencia y de un buen editor
Título: Re:Editar/Modificar Firmware .bin Camara IP
Publicado por: rehizner en Junio 29, 2017, 01:30:48 PM
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:

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


Binwalk:
https://github.com/devttys0/binwalk]https://github.com/devttys0/binwalk
Título: Re:Editar/Modificar Firmware .bin Camara IP
Publicado por: blackdrake en Junio 30, 2017, 05:05:51 PM
No tienes permitido ver enlaces. Registrate o Entra a tu 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:

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


Binwalk:
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