Hacking a Knockoff Google Chromecast - Firmware Extraction

SdĂ­let
VloĆŸit
  • čas pƙidĂĄn 10. 07. 2024
  • In this video, I extract the firmware from a Chinese Google Chromecast knockoff.
    Need IoT pentesting or reverse engineering services?
    Please consider Brown Fine Security:
    brownfinesecurity.com/
    IoT Hackers Hangout Community Discord Invite:
    / discord
    đŸ› ïž Stuff I Use đŸ› ïž
    đŸȘ› Tools:
    Raspberry PI Pico: amzn.to/3XVMS3K
    XGecu Universal Programmer: amzn.to/4dIhNWy
    Multimeter: amzn.to/4b9cUUG
    Power Supply: amzn.to/3QBNSpb
    Oscilloscope: amzn.to/3UzoAZM
    Logic Analyzer: amzn.to/4a9IfFu
    USB UART Adapter: amzn.to/4dSbmjB
    iFixit Toolkit: amzn.to/44tTjMB
    đŸ«  Soldering & Hot Air Rework Tools:
    Soldering Station: amzn.to/4dygJEv
    Microsoldering Pencil: amzn.to/4dxPHwY
    Microsoldering Tips: amzn.to/3QyKhrT
    Rework Station: amzn.to/3JOPV5x
    Air Extraction: amzn.to/3QB28yx
    🔬 Microscope Setup:
    Microscope: amzn.to/4abMMao
    Microscope 0.7X Lens: amzn.to/3wrV1S8
    Microscope LED Ring Light: amzn.to/4btqiTm
    Microscope Camera: amzn.to/3QXSXsb
    About Me:
    My name is Matt Brown and I'm an Hardware Security Researcher and Bug Bounty Hunter. This channel is a place where I share my knowledge and experience finding vulnerabilities in IoT systems.
    - Soli Deo Gloria
    đŸ’» Social:
    website: brownfinesecurity.com/
    twitter: / nmatt0
    linkedin: / mattbrwn
    github: github.com/nmatt0/
    #hacking #iot #cybersecurity
  • Věda a technologie

Komentáƙe • 204

  • @Icemourne_
    @Icemourne_ Pƙed 19 dny +78

    14:47 At the bottom it says LZMA compressed data

    • @4megii
      @4megii Pƙed 19 dny +30

      Glad I'm not the only one to see this.
      Rootfs is probably compressed within LZMA and then uncompressed and mounted via the bootloader.

    • @RetroDelete
      @RetroDelete Pƙed 19 dny

      I was just about to comment this, seems like it will be fairly easy to get access to the rootfs. +1

    • @monad_tcp
      @monad_tcp Pƙed 19 dny +2

      cliffhanger !

    • @guiorgy
      @guiorgy Pƙed 19 dny

      Towards the end of the video I could swear I had seen "lzma" somewhere, went back to strings and watched closely while pausing, thought I was going crazy 😂

    • @pete3897
      @pete3897 Pƙed 19 dny

      It's only 8MB though - the 980MB partition a couple above it will be the interesting one I would think...

  • @doubled8511
    @doubled8511 Pƙed 19 dny +137

    I love your videos man but they are just too damn short! I would happily sit here listening for a few hours whilst you ramble on figuring out how to extract the firmware.

    • @kennwood
      @kennwood Pƙed 10 dny +1

      Haha I was just thinking the same thing

  • @M0UAW_IO83
    @M0UAW_IO83 Pƙed 19 dny +64

    16:58, there's reference to SC16550UART so there's good possibility of a UART output somewhere on that board for the bootloader

    • @bnister
      @bnister Pƙed 18 dny +4

      Yep indeed, it's pin 99 on the SoC muxed to UART2_TX quite early on. It's supposed to be pulled up externally + there are some suspicious test points at the other side, but, generally speaking, manufacturers rarely care enough to break this one out in any convenient way

    • @qwertykeyboard5901
      @qwertykeyboard5901 Pƙed 17 dny

      Might be on the usb port. Sometimes they do that.

  • @Mr._Mythical
    @Mr._Mythical Pƙed 19 dny +18

    I wish these videos were longer, i would love to sit here and listen for hours to you rambling about the innerworkings of a device nobody has ever heard of

  • @martontichi8611
    @martontichi8611 Pƙed 19 dny +23

    binwalker said on the bottom that there's LZMA compressed data. Uncompressed size is 7M! probably squashfs!

    • @dazealex
      @dazealex Pƙed 14 dny +1

      Also saw in the string something about unzip length.

  • @sjoervanderploeg4340
    @sjoervanderploeg4340 Pƙed 19 dny +13

    @17:23 it clearly says HDCP :D
    "HDCP stands for High-bandwidth Digital Content Protection. The purpose of HDCP is to protect digital copyrighted content as it travels from a device to your TV, usually through an HDMI, DVI or DisplayPort connection."
    You might be able to interface that programmer with flashrom, I'm not sure if it is but it should be possible to implement!
    I own a "Willem EPROM Programmer", it also supports SPI flash memory like these but these days I generally use a very cheap ch341a_spi USB device.

  • @tweebs1
    @tweebs1 Pƙed 19 dny +5

    I really enjoy seeing how you methodically figure out how things tic and then bypass the security like its not even there. Firmware should be open, so we may use hardware as we see fit.

  • @dieSpinnt
    @dieSpinnt Pƙed 19 dny +18

    Great work and thanks for sharing, Matt:)
    Side-note, Tip, Womansplaining: Calipers 4TheWin! So you can measure the dimensions of the package. Works when soldered in and after some time you memorize the dimensions of TSSOP/SSOP/SOP/etc anyways. "To measure is to know!" And as a poor-(wo)men's-alternative: Print out a sheet with the whole zoo of electronics packages in the scale of 1:1

    • @KallePihlajasaari
      @KallePihlajasaari Pƙed 10 dny +1

      Do you have a link to a sheet that you can link to for us other newbies?

  •  Pƙed 19 dny +21

    There's seem to be a compressed LZMA region, i'm pretty sure it's what you seen as high entropy, i'd bet it's the compressed rootfs mounted by the bootloader. Many times the MAC address is the one injected for the Wifi, as those modules don't have any hardcoded,
    Really interested to see your deep dive analysis. I'll join your discord, hopefully i can find the dump and analyze it myself also. I'd buy one of these if these if there's the possibility of a custom Firmware.

    • @4megii
      @4megii Pƙed 19 dny +3

      I think you're spot on about LZMA being the rootfs and that it's uncompressed and then mounted by the bootloader.

    • @allwitchesdance
      @allwitchesdance Pƙed 19 dny +4

      I bet it's going to be a kernel with the built in rootfs. No reason for these little gadgets to pivot root to a real file system

    • @309electronics5
      @309electronics5 Pƙed 18 dny

      ​@@allwitchesdancei had a miracast device that had a full rootfs and a kernel. It even had a recovery kernel. Mine used a Actions semiconductor SOC

    • @bnister
      @bnister Pƙed 18 dny

      Yeah a custom one is possible, but I bet you won't like the only FreeRTOS-based SDK available

  • @Z-Ack
    @Z-Ack Pƙed 19 dny +15

    I like how you spend way too much time going over all the laymen stuff like how to solder then jump through all the coding log processes and writing
lol

  • @jamesdim
    @jamesdim Pƙed 19 dny +7

    My new favorite tech channel! Can't wait for the next hack adventure!

  • @JerryThings
    @JerryThings Pƙed 16 dny

    I love this kind of videos where you showcase your adventure! Hope to see some in depth analysis in the future regarding the fw :D ty Matt

  • @A_F_Innovate
    @A_F_Innovate Pƙed 19 dny +1

    Thanks Matt for your great video. I love to see how you can pull these out and get the information from it.

  • @ChrisMIA
    @ChrisMIA Pƙed 19 dny +1

    great stuff bro! been so much into software have been slacking on the hardware firmware side of things, good to have this under my belt especially with todays supply chain being chip tainted

  • @TheWarhoop
    @TheWarhoop Pƙed 19 dny +9

    Watching SMD's getting soldered onto PCB's is so satisfying... don't judge, I'm just saying what everyone's thinking.
    BTW, @Matt Brown, I switched to those little foam tipped eye makeup brushes which really elevated my flux clean up game over the Q tips, give 'em shot.

    • @mattbrwn
      @mattbrwn  Pƙed 19 dny +6

      I'll have to try that. Getting those Qtip hairs everywhere is annoying

  • @rbmwiv
    @rbmwiv Pƙed 3 dny

    Great video I just subscribed. I really enjoyed the one shot approach. Nice job. I am fixing to check out the second part!

  • @wasabinow
    @wasabinow Pƙed 19 dny +1

    Cool stuff! Thank you for sharing your electronic adventures!

  • @saad1983
    @saad1983 Pƙed 19 dny +1

    @Matt Brown good sir. you are on fire lately. another awesome video.

  • @UndeadAlex
    @UndeadAlex Pƙed 19 dny +1

    Loved this man awesome work!

  • @paerrin1
    @paerrin1 Pƙed 19 dny +1

    Another great video! Keep them coming!

  • @fronbasal
    @fronbasal Pƙed 15 dny

    Matt this was absolutely fantastic. Thanks for sharing!

  • @samuraidriver4x4
    @samuraidriver4x4 Pƙed 19 dny +3

    The silkscreen of footprint on the board is a bit akward due to it being a fairly universal footprint.
    I do agree with you about the lead free solder, its definitely leaded solder seeing how easy it melted.
    No issues with using leaded solder in in China.

  • @n2cthe1
    @n2cthe1 Pƙed 19 dny

    love your videos, i also think there too short... i enjoy complete and in-depth look into IoT

  • @mmkf
    @mmkf Pƙed 19 dny +5

    I wonder if the filesystem is compressed in a non-standard way.

  • @adamkavala
    @adamkavala Pƙed 7 dny

    Good job, looking foward to see more progress.

  • @antivaxxtoaster8919
    @antivaxxtoaster8919 Pƙed 19 dny +5

    Another banger as per usual

    • @Fatpumpumlovah2
      @Fatpumpumlovah2 Pƙed 19 dny

      Really? What did you learn? Nothing but more propraganda, every device you own is made by chinese/taiwanese companies.
      America makes nothing and tbis guy has no clue

  • @tal1296
    @tal1296 Pƙed 19 dny +3

    Love your videos,I saw in strings HDCP which is hdmi copyright protection

  • @richiebricker
    @richiebricker Pƙed 14 dny

    very cool stuff. I look forward to learning from ya

  • @pamelax64
    @pamelax64 Pƙed 18 dny

    Let's wait for the next video about it,interested!

  • @functiontek
    @functiontek Pƙed 19 dny +3

    Don't know if someone already mentioned it, but I would bet that key you saw mentioned at the start is unrelated to the encryption. It has "HDCP" in it, which would make more sense to be HDMI Content Protection instead.

  • @raraujo4951
    @raraujo4951 Pƙed 17 dny

    Great video Matt,!!!

  • @MotSter
    @MotSter Pƙed 18 dny

    does it not work out of the box? Is there a further use goal to add to it or is this just pull the firmware cause you can as title kind of obviously states?

  • @meowyahh
    @meowyahh Pƙed 19 dny +3

    Really good work, youtube's algorithm brought me here!

    • @mikehensley78
      @mikehensley78 Pƙed 19 dny +1

      same. a few weeks ago a Matt Brown video was in my recommended vids. i been subbed/watching ever since.

  • @qweriop
    @qweriop Pƙed 17 dny

    Thank you youtube for showing me this channel! I love this kind of electronics hacking!

  • @surewill8190
    @surewill8190 Pƙed 19 dny

    always interesting to watch

  • @riccardopolelli1825
    @riccardopolelli1825 Pƙed 18 dny

    Cannot wait for part two

  • @user-vg4io9sl9g
    @user-vg4io9sl9g Pƙed 17 dny

    The problem of Chromecast devices is too small internal storage, and i am curious can you replace the original with a bigger one?

  • @tomu1337
    @tomu1337 Pƙed 19 dny

    Another great video!

  • @duefourbail
    @duefourbail Pƙed 12 dny

    what terminal ui is that when you check through the device i’m trying to learn more about the software you use

  • @Neolith100
    @Neolith100 Pƙed 19 dny +1

    If the XGecu Pro software is windows, how do you run it in linux? Are you using WINE or Bottles... I am incredibly curious?

  • @aldythsatya601
    @aldythsatya601 Pƙed 10 dny

    Glad to see this video, I don't understand the CZcams algorithm but videos like this don't show up when I search for them, but they magically appear on the homepage 🗿. And I have 4 devices like that that can't connect even though they have been reset

  • @mikesyr
    @mikesyr Pƙed 19 dny +2

    Hi Matt, do they make clips for SOP8s that size? Seems like that would be quicker than desoldering that chip, then again it came off with no issue. :)

    • @309electronics5
      @309electronics5 Pƙed 18 dny +1

      Sadly often when you put the clip on it powers the flash but also the soc/cpu its connected to which then tries to read from it and messes up the firmware read

    • @bnister
      @bnister Pƙed 18 dny +1

      Yeah this exact platform has no trouble being dumped via the cheap ass clip usually shipped with CH341A kit. The LZMA packed firmware gets extracted to the RAM, and the SPI chip gets almost no accesses at all

  • @davidezequielborges392
    @davidezequielborges392 Pƙed 19 dny +1

    to clean stuff you can use an old toothbrush instead of qtips so it doesnt left off any fibers, at least to remove the most of flux witout much hussle.

  • @Ibrahim-rc8sn
    @Ibrahim-rc8sn Pƙed 19 dny

    Where can I find this software you use called Xgpro in 5:00 ?

  • @Sonny482
    @Sonny482 Pƙed 19 dny

    Great job! Which microscope / camera do you use?

  • @skeffers1988
    @skeffers1988 Pƙed 19 dny

    I have tryed to hack the m5 displays / ebike controller . I cant get the firmware extracted from this device over uart . I have 2 uart connections on this board this m5 display comes with the nuvoton MS51FCOAE whitch has more uart connections on it .

  • @revancedsubsfuckgimp
    @revancedsubsfuckgimp Pƙed 18 dny

    Great video! Instructions (sequences of 4 bytes that end with a 0x3x byte) kinda remind me of little endian MIPS (similar to how ARM instructions can be identified by the 0xEx bytes)

  • @user-wy6iy7ij1z
    @user-wy6iy7ij1z Pƙed 14 dny

    It is like reading and flashing a motherboard BIOS chip, I did it many times, but after this, I didn't understand anything anymore, but this is really cool.

  • @frtls
    @frtls Pƙed 19 dny +1

    Are these not cracking videos?

  • @pap3rw8
    @pap3rw8 Pƙed 19 dny +1

    I would guess it's compressed based on the output of strings including "unzip" but it's possible there's also some encryption of the bootloader or whatever.

  • @matheuscezar6309
    @matheuscezar6309 Pƙed 19 dny

    Nice! I'm curious to discover how to decompress/decrypt those data!

    • @bnister
      @bnister Pƙed 18 dny

      Bog standard LZMA. binwalk -e handles it well, but any unlzma tool will suffice. An RTOS2 SDK seems to come with the unmodified LZMA build from Igor Pavlov, too

  • @VulcanOnWheels
    @VulcanOnWheels Pƙed 2 dny

    1:01 You say, "*to* your TV", but I read "*on* your TV".
    Why do you keep hitting the Return key so often?

  • @arashgudarzi2623
    @arashgudarzi2623 Pƙed 19 dny

    hey Matt, I like you videos and watched many of them. I am a student who loves hardware hacking. I started electronics basics and Arduino to kinda get familiar with the hardware stuff. do you have any roadmaps to be successful in this field of job ?

  • @videshx818
    @videshx818 Pƙed 19 dny +1

    Nice soldering skills, I have one of this device in which the micro USB is detached. I am yet to solder

  • @gatitomono47f77
    @gatitomono47f77 Pƙed 11 dny

    Hello I wonder I've seen that theres also clips for Ic's like the one you desoldered like would It have been easier to Connect with a clip to the reader or am I missing slmething

    • @mattbrwn
      @mattbrwn  Pƙed 10 dny

      I have clips to do that but I prefer to take the chip off

  • @quetzalcoatl-pl
    @quetzalcoatl-pl Pƙed 18 dny +2

    16:20 'anonymous' and '88888888' sounds like a default user-password pair, 8x 8 being the password, IIRC the '8' is a lucky number in china, so eight 8x would be sth like seven 7s in US.

    • @TerrisLeonis
      @TerrisLeonis Pƙed 14 dny +1

      "anonymous" as the username makes me think of FTP.

  • @bnister
    @bnister Pƙed 18 dny +3

    You've got a fairly standard ALi Tech sat receiver dump :-) These run off a proprietary TDS2 RTOS. The HCSEMI clone chips have a FreeRTOS SDK available, but it's not as stable tbh

    • @revancedsubsfuckgimp
      @revancedsubsfuckgimp Pƙed 18 dny

      And here I was wondering why the NCRC string seemed so familiar.... likely MIPS based as well

  • @adagioleopard6415
    @adagioleopard6415 Pƙed 19 dny +1

    They put two footprints on top of one another so if the wide version of the chip is unavailable they can use a regular soic8.
    We did the same but we at least made a package with nice looking silk so it didn't look so crap

  • @Ibrahim-rc8sn
    @Ibrahim-rc8sn Pƙed 19 dny +1

    What analyzation software do you use in 18:50 ? I subscribed to your channel , great content

    • @ilyassamraoui3234
      @ilyassamraoui3234 Pƙed 19 dny

      That's binwalk program running -E [capital e for Entropy, if -e it will extract firmware "structure" I guess ]....

  • @MrCustomabstract
    @MrCustomabstract Pƙed 19 dny

    Goated vids

  • @jheimissantos8682
    @jheimissantos8682 Pƙed 19 dny

    Nice video, Matt! Tks for share your knowledge!
    It's possible extracting the firmware via software? connecting via terminal (adb) and copy some partitions? sometimes i have dificult to consider what is the firmware, e.g all image firmware or only bootloader firmware.

    • @309electronics5
      @309electronics5 Pƙed 18 dny

      Adb is android only. If a device runs Uboot as bootloader you can interrupt the boot process and dump the flash.

    • @bnister
      @bnister Pƙed 18 dny

      @@309electronics5 This one doesn't, everything is proprietary. Doesn't like to respond over USB, as well. There's usually some form of OTA on these, though, but dumping is tough

  • @foufou33g
    @foufou33g Pƙed 17 dny

    the key thinh seems HDCP related ?

  • @pachapa3030
    @pachapa3030 Pƙed 19 dny

    This is awesome

  • @adnanalam6201
    @adnanalam6201 Pƙed 19 dny

    Dude I've the same thing 😅 gotta follow this guy now

  • @giannakossimos1
    @giannakossimos1 Pƙed 19 dny

    Very nice thanks

  • @Cotten-
    @Cotten- Pƙed 17 dny

    What's up bro. I have a LG Stylo 6 that I'm trying to unlock the bootloader on. I can't get mtk client to recognize the device and I learned that someone else got theirs to become recognized by taking apart the phone and using a jumper wire on the board. Do you think that you could just Google a picture of the board and tell me which pins the jumper wire needs to touch for this process. If I blow my device up then I know that that's my problem. I trust your expertise which is why I'm asking you. Thanks for the videos either way I really appreciate them.

  • @wlloxik
    @wlloxik Pƙed 10 dny

    this is the perfect video to listen to in the background lmao

  • @VSteam81
    @VSteam81 Pƙed 19 dny +1

    Just curious, what linux distro and DE/WM do you use?

    • @mattbrwn
      @mattbrwn  Pƙed 19 dny +1

      Arch Linux and i3wm

    • @VSteam81
      @VSteam81 Pƙed 19 dny

      @@mattbrwn Holy shit that was fast. Nice! I've used i3 and its really cool to have something that is so configurable.

  • @poweron3654
    @poweron3654 Pƙed 19 dny

    17:18, NCRCHDCPKey refers to HDCP, or high-bandwidth digital content protection, it is not an encryption key for the firmware

  • @md.arifulislamarif8077
    @md.arifulislamarif8077 Pƙed 15 dny

    sir Is it possible to read the program of IC provided by pic Microcontroller?
    Protected ic

    • @KallePihlajasaari
      @KallePihlajasaari Pƙed 10 dny

      Only if you are very dedicated and some security vulnerability has been discovered. Many times those offering such read out services do not share the vulnerabilities so you may have to spend time looking to find the operation that has the skills to defeat the security on your specific chip.
      Generally the older the chip the more likely it is that a security bypass exists.

  • @samuie2
    @samuie2 Pƙed 19 dny

    There were multiple strings that referred LZMA and unzip "main code". I think that the code is just compressed, and the key if for hdmi drm not the firmware.

  • @-r-495
    @-r-495 Pƙed 19 dny +2

    using possibly compromised sw to dump a knockoff product.
    like it! 😏

  • @CosmicMyst
    @CosmicMyst Pƙed 14 dny

    I think I ventured into the fun side of CZcams

  • @Its2Reel4U
    @Its2Reel4U Pƙed 19 dny

    Love it

  • @phuo2185
    @phuo2185 Pƙed 12 dny +1

    can you make a video on synology TC500

  • @hafiz468
    @hafiz468 Pƙed 14 dny

    8:16 What the FLUX is going on here ?! 😂

  • @jonathanzimmer8143
    @jonathanzimmer8143 Pƙed 17 dny

    Great video this was fun! Please do something on a Vortex phone, Oxtab tablet or other freeware. TV devices are big duh, I have an M-95 4k box that was immediate full throttle/unresponsive... turns out they're pretty much all spyware. Tried to hack my google acct from Shenzen. Oops. But devices handed out to the elderly etc are no longer motorola or lg, but chinese companies with knock off Galaxy designs and questionable Android builds.

  • @gamerriasaat6622
    @gamerriasaat6622 Pƙed 19 dny +2

    How about modding a xiaomi 4c router (which is really cheap) to port usb(it has two open data pins) and openwrt (just enable ohci and ehci in kernel while complling) and then make a wifi pineapple(decompile pineapple rom and port using overlay) bcz they both use mips24kc :) then tada 15$ pineapple 🍍 btw it has better specs then original pineapple...

    • @gamerriasaat6622
      @gamerriasaat6622 Pƙed 19 dny

      I can't try this bcz of my upcoming entrance exam for varsity...

  • @KnexJunkie
    @KnexJunkie Pƙed 19 dny

    I have specifik problem with Samsung A53 budget smartphone -- they have nice software to mirror cast towards smarter monitors sadly i got a special ROG 17 inch portable monitor with a battery in it with a stand that doesnt have this. / Also the casting devices mostly use a external power supply to be connected to a power port.
    + ather thing this monitor use a HDMI mini camera port in it also has USB c to usb c display support (sadly most newer phones dropped support for this). I was wondering how to make a ANYCAST or ather casting device into a portable configuration. I do know how to solve the HMDI thing with adapter probaly from big to mini + i dont know if theres a way to connect bluetooth to a cast device to use the Wifi from the phone for Netflix. --- Anyways i wonder if might be cheaper for me to look for ather phone then to build something to fix this problem XD --- it could be im confused somewhere in my thought process about casting devices but i sadly cant do Usb c to usb c display with this phone i own at the moment. because that would have save me a lot of hassle.

  • @Holycurative9610
    @Holycurative9610 Pƙed 19 dny +3

    The anycast logo looks like it was stolen from Paul Daniels of Apple fixing fame...

  • @roelbrook7559
    @roelbrook7559 Pƙed 19 dny

    You've got LZMA compressed data there. That might explain the entropy results you're seeing.

  • @AymanAlhkeemi
    @AymanAlhkeemi Pƙed 15 dny

    Please make a video on how to rebuild the firmware and calculate the checksum

  • @nohaynoticias
    @nohaynoticias Pƙed 12 dny

    "the logo for the company that makes this device" SHERLOCK!

  • @toxicpsion
    @toxicpsion Pƙed 19 dny

    that entropy spike is totally compression; probably a ramfs of some kind, looks like it showed up at the bottom of binwalk.

  • @reddinghiphop1
    @reddinghiphop1 Pƙed 19 dny

    Fantastic

  • @allwitchesdance
    @allwitchesdance Pƙed 19 dny +1

    The two lzma blobs are probably the kernel and initramfs

    • @bnister
      @bnister Pƙed 18 dny

      One's the kernel, and another (usually) the localization data. This thingie doesn't need any fs at all

  • @parsipax6337
    @parsipax6337 Pƙed 11 dny

    can I have the dump file?

  • @markmuir7338
    @markmuir7338 Pƙed 19 dny +7

    China is taking a big risk having most of their systems run a proprietary OS made by an American company. Hard to change that though, given the cultural attachment to Windows - shown by most Chinese software only being available on that OS.

    • @Tim_Small
      @Tim_Small Pƙed 17 dny

      They're fine, they've got the source code...

  • @Arian-Ices
    @Arian-Ices Pƙed 19 dny

    Hey can we hack any bluetooth device like Chinese airpods?

  • @ratkaelzey
    @ratkaelzey Pƙed 11 dny

    kay, I’ve always scratched my head about the obsession around the kislux book totes and their practicality, but this one is adorable!! Congratulations

  • @hafo821
    @hafo821 Pƙed 17 dny +1

    itÂŽs not a SPY flash itÂŽs SPI flash! đŸ€ŁđŸ˜

    • @mattbrwn
      @mattbrwn  Pƙed 17 dny +2

      I also say Sequel instead of SQL... 😂

  • @andreamitchell4758
    @andreamitchell4758 Pƙed 18 dny

    Can you extract FW from a twinkly ARGB LED controller next

  • @cristianvillalobos3448
    @cristianvillalobos3448 Pƙed 19 dny

    Lzma is a compression and the hdcp is related to the security on the hdmi 🙄 make a tutorial on binwalk

  • @AppliedCryogenics
    @AppliedCryogenics Pƙed 7 dny

    Even if it's just video playback + TCP/IP stack + some RTOS, 4MB compressed seems wayyy too small to be the whole firmware.

  • @user-ff5yb9hh6c
    @user-ff5yb9hh6c Pƙed 19 dny

    I used bug prove for complication software.Ä°t's can't decyrpt firmware if it's encyrpted but if it's uncrypted bugprove can good job and you can detect old binarys,vulnarabilities etc.

  • @hoteny
    @hoteny Pƙed 19 dny +1

    Now you are an agent huh

  • @kikihun9726
    @kikihun9726 Pƙed 18 dny

    It had a hdcp string above so that encrypted data propably contains hdmi hdcp handshake key too.

  • @UndernetSystems
    @UndernetSystems Pƙed 19 dny

    The good thing about dumping the firmware is that you can just buy another flash chip and reflash it if it breaks.

    • @bnister
      @bnister Pƙed 18 dny +1

      Not unless the firmware ties itself to the flash Unique ID, and Chinese-sourced thingies usually DO... as a form of copycat protection

  • @309electronics5
    @309electronics5 Pƙed 18 dny

    I actually had an miracast device which looked and worked simmilar to this. Just that it had an actions semiconductor soc and had 2 uarts onboard and i got a shell. Its funny to me how these chinese manufacturers manage to put Linux on everything (Shows how great Linux really is) but wont comply (at least my device type) with the GPL. Sadly yours might be running some custom os or a RTOS. Or its a weirdly formatted Unix os but thats unlikely. It might be encrypted and that the bootloader decrypts it and mounts the os

    • @bnister
      @bnister Pƙed 18 dny

      Nooope no Linux this time around, with no way to run one, to boot

  • @hoteny
    @hoteny Pƙed 19 dny +1

    5:42 okay so i really dont see the “d” after “g” (obviously) and wonder how you knew it would work out
 was it just trial and error?

    • @mattbrwn
      @mattbrwn  Pƙed 19 dny +1

      Just some searching on the internet. Like I mentioned that's the one part I kind of "cheated" by looking it up beforehand.