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