4G GPS Tracker Reverse Engineering - Cell Modem Interactions

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 พ.ย. 2024

ความคิดเห็น • 137

  • @TheSlimHim
    @TheSlimHim 5 หลายเดือนก่อน +43

    Found your channel recently. I don't know much about hardware hacking but love what I've seen so far! Very informative and entertaining.

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน +6

      Thanks for watching :) always love to hear from ppl outside the hardware hacking space. Cool that this content can be interesting outside of our little world!

  • @Ingineerix
    @Ingineerix 5 หลายเดือนก่อน +37

    Many of these cell modems have an "application processor" where you can run simple applications without the need for an external microcontroller. I doubt they would populate the GPS that's not connected to anything. It probably feeds the NMEA into a UART on the modem and they have installed a simple application to handle it.

    • @sivalley
      @sivalley 5 หลายเดือนก่อน +14

      Came looking for this comment. The easiest way to implement is to literally use the cell modem as a data pipe and send the NMEA stream to the phone/web app and have it pipe that into Google/Apple/Open Maps to paint the location. It's likely someone forgot to use the GPS data in the 1NCE (lol 'once') api configuration instead of the cell tower effectively nerfing their own product. For the uninitiated reading this; a NMEA stream is usually 38400 on newer high speed modules that support GPS, GLONASS, BeiDou, and Galileo so the total bandwidth per device is even smaller than a voice stream so it's no wonder they can offer 10 years of data for $10.
      Edit: NMEA, not NEMA

    • @Jayjlow
      @Jayjlow 5 หลายเดือนก่อน

      In the prior video he said he tried to find how the GPS is connect to the modem and he couldn’t find any connections.

    • @Ingineerix
      @Ingineerix 5 หลายเดือนก่อน +2

      @@Jayjlow Yeah, I watched it. I didn't see any in-depth attempt to follow it. On a 4-layer board you have to do a lot of work to follow traces, or take an X-ray (what I do).

    • @tonyfremont
      @tonyfremont 5 หลายเดือนก่อน +2

      This GPS module contains a feature that can log positions and then stream them out a UART port. I think it's call LOCUS and Quectel documents in the data sheet for the GPS module. A microcontroller is not needed to process and keep track of NMEA sentences. I highly suspect there is a serial connection between the GPS and the 4G modules.

    • @Ingineerix
      @Ingineerix 5 หลายเดือนก่อน +6

      @@tonyfremont Agreed. Yeah, I don't think @Mattbrwn explored the PCB enough to prove or disprove it. There's no way they'd leave the GPS module populated just sitting there with no data connection. The missing Microcontroller was probably designed for models with more features.

  • @frankrizzo890
    @frankrizzo890 5 หลายเดือนก่อน +63

    AT commands were invented by Hayes in the 80's. They became the industry standard for sending commands to modems.

    • @RickTheGeek
      @RickTheGeek 5 หลายเดือนก่อน +12

      So many fun times on BBSs started with ATDT 😀☎️

    • @grantharmon3491
      @grantharmon3491 5 หลายเดือนก่อน +4

      Hyperterminal!

    • @pete3897
      @pete3897 5 หลายเดือนก่อน +5

      @@RickTheGeek or even just ATD (for pulse) :)

    • @samuraidriver4x4
      @samuraidriver4x4 5 หลายเดือนก่อน +2

      The issue is that its not an actual standard.
      For setting a serial baudrate alone there can be atleast 5 variants that I can think of off the top of my head.
      AT+UART=115200,0,0
      ATBAUD115200
      AT+BAUD115200
      AT+BAUD="115200"
      AT+BAUDX (X stands for a number in a lookup table from the manufacturer.)
      There are probably more options out there but these alone come from some experimenting with bluetooth modules I did recently.

    • @TechGorilla1987
      @TechGorilla1987 5 หลายเดือนก่อน +5

      AT OK

  • @daverichards2979
    @daverichards2979 5 หลายเดือนก่อน +1

    Every time I watch I get more jealous of your home lab.

  • @kramermccabe8601
    @kramermccabe8601 5 หลายเดือนก่อน +16

    Absolutely love the content. Commenting and upvoting for the algorithm

  • @juandvalenciano2889
    @juandvalenciano2889 5 หลายเดือนก่อน +6

    Very good job on figuring out how it works, interesting that there are simcard providers with these plans. For very very low latency IotT projects it's great.

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      yeah for me learning about this SIM provider alone was worth this project.

    • @nulltrope
      @nulltrope 5 หลายเดือนก่อน

      agreed im already thinking how I can use this 1nce service for my next project

  • @d3stinYwOw
    @d3stinYwOw 5 หลายเดือนก่อน +2

    Thing is - you can use GPS external device with such modem, since some of them allow pluggin-in additional 'apps', including interfacing external modules

  • @xrafter
    @xrafter 5 หลายเดือนก่อน +1

    Matt have shown in 1st and 2nd video his abilities to not just understand the hardware but also the software intop of it, and also some OSINT skill. Totally a hacker

  • @nathanshoults2896
    @nathanshoults2896 5 หลายเดือนก่อน +1

    absolutely love the content, the only criticism is possibly writing a script. regardless, great job

  • @prerunning6086
    @prerunning6086 หลายเดือนก่อน

    Actully your first video should be how to properly cross compile your go to formats like make files with windows. and most importantly how to work though the endless warnings and errors with a system. Tried the docker version of binwalk but gave up after 20 mins looping in vscode. I dumped my ecu weeks ago but have failed to compile a version to dump the 4k immo eeprom or block 12 even tho source is on github. Might be popular a video. I feel helpless AF unless it says .exe and thats with ~200 hours recompiling arduino and marlin probably common. Great videos BTW! Been a sub since you hand soldered that image sensor!

  • @KyleWood1985
    @KyleWood1985 5 หลายเดือนก่อน +5

    You have a gift for IOT content! Always entertaining!

  • @pete3897
    @pete3897 5 หลายเดือนก่อน +4

    AT commands (called AYE TEE commands, not "at" commands) are a historical legacy from the Hayes modem days and have spread to all manner of modem and even non-modem devices over the years

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน +1

      haha yeah realized I was saying it wrong after recording :D

    • @FloridaMan02
      @FloridaMan02 5 หลายเดือนก่อน

      ​@mattbrwn love your work. Accepting donations for projects? AT meant attention im almost sure. There's also an escape sequence to get back to AT mode when in binary transfer mode, such as after connection.
      AT DT 305.324.8811 would dial touchstone then after carrier detect would transfer binary and ignore AT command. A pause of 1 second then +++ and another pause would escape binary mode back to AT but stay connected.
      Some hidden devices can be found this way. Compuserve and some other 1980 and 1990s services could be crashed by using that escape code from remote users. Interesting things like having compuserve call you back long distance at their expense could be accomplished by this method and stringing commands and delays together.

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน +1

      You mean HW donations? I'm looking to get a PO box to facilitate that soon.

  • @zaprodk
    @zaprodk 4 หลายเดือนก่อน

    It's absolutely wild that they would build a GPS tracker and even fit the antenna and receiver when there is no way for it to use it!

  • @paullee107
    @paullee107 4 หลายเดือนก่อน

    Been loving the videos. Always throw out the newbie #s pls. Say the default baud rate we should try. :) Also, AT commands is pronounced A-T, not at.

  • @josh9761
    @josh9761 5 หลายเดือนก่อน

    introduce me to so many new topics with each video really love the content

  • @mohammadrezamim272
    @mohammadrezamim272 5 หลายเดือนก่อน +5

    Some of Simcom modems have the ability to be programmed. This module can be one of them that you can write your own code on it. Because the board has gps antenna and gps module which is too much extra cust for manufacturer, I believe it is programmed to get GPS data from L76 gps module and send it over network to tracking Server.
    You can test it using different SIM CARD

    • @johnwilson3918
      @johnwilson3918 5 หลายเดือนก่อน +1

      My thoughts exactly. There's no need for a second MPU to handle the GPS data when you have one under the Simcom 'hud'. Did you look into the connections between the GPS and LTE Modem?

  • @haruny
    @haruny 5 หลายเดือนก่อน

    Great video. For devices... try hardware analysis of random IOT devices. e.g.: X-sense mail sensor. $18 Lora (claimed) private device. Requires a hub. It would be great to jailbreak it so people can use it with ESPs.

  • @Roborob12345
    @Roborob12345 5 หลายเดือนก่อน +3

    Super interesting video! Thanks for explaining it in such a practical manner

    • @kaydog890
      @kaydog890 5 หลายเดือนก่อน +2

      It's a 16minute video, that was released 1 minute ago. Did you play it on 100x ?

    • @g4t375
      @g4t375 5 หลายเดือนก่อน

      @@kaydog890 lmaoo

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน +3

      LOL time for a story...
      one time I got a random content strike from YT on one of my videos. I appealed decision and they removed the content strike in LESS TIME than the duration of the video. This proves they didn't actually watch it...

  • @Turco949
    @Turco949 5 หลายเดือนก่อน

    LOL....I'd only mention where something was made if it was NOT made in China. On a more serious note, good video, thanks for sharing!

  • @DerinTheErkan
    @DerinTheErkan 5 หลายเดือนก่อน

    Love the content, you said you wanted to hold onto the SIM card but weren't going to use the modem itself, do you anticipate any issues with eg. an IMEI whitelist on the network provider?

  • @AlexKiraly
    @AlexKiraly 5 หลายเดือนก่อน +4

    We don't deserve you, keep up the good work! Awesome content

  • @matthiasbehr3818
    @matthiasbehr3818 5 หลายเดือนก่อน

    Thank you, it's not easy to find really informative content on youtube. Why not connecting the GPS module with the cellmodem? Is that too complex to realize?

  • @walkman1269
    @walkman1269 5 หลายเดือนก่อน +1

    Oh look I see you in West Tennessee. Love your content.

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน +1

      patron state of shooting stuff :D

  • @hoteny
    @hoteny 5 หลายเดือนก่อน +1

    This is even cooler.

  • @fersunk
    @fersunk 5 หลายเดือนก่อน

    I have used those 1nce sim cards in my last job, they're very useful with some nice APIs
    They have a VPN built in.

  • @SureshotCyclonus
    @SureshotCyclonus 5 หลายเดือนก่อน

    Could you please talk about where you got your workbench and how you keep your gear organized?

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      workbench is BenchPro. its $$$$ but nice.
      I'm NOT very organized so best not take that advice from me :D

  • @remiserriere
    @remiserriere 5 หลายเดือนก่อน

    Hey @MattBrown did you try to run AT commands to enable GNSS on the A7670SA? There's an application note on the product webpage. Not sure it applies to this module tho... FYIW I am using the GNSS features off a Dell EM7455B LTE minipcie modem (DW5811e Snapdragon X7 LTE based). It doesn't have any GNSS antenna, only the LTE ones, and it is able to get a fix. Maybe the A7670SA can as well, which would mean the GNSS chip and antenna would be a waste of resources....

  • @GadgetReviewVideos
    @GadgetReviewVideos 5 หลายเดือนก่อน +1

    I would be curious to see if this modem takes this command? AT+QADBKEY? If it does then I could help. you with unlocking it completely and then you can use ADB to edit, transfer, install files in the shell.

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      will try this when I get back to my workspace :)

  • @outseeker
    @outseeker 5 หลายเดือนก่อน

    very interesting! takes me back to 56k dialup days lol
    can you ATD the number of another, and ATA to answer the call or something similar to how land lines used to be? can they talk to each other like that?

  • @TheSlimHim
    @TheSlimHim 5 หลายเดือนก่อน +10

    Why would it include the gps hardware but then not use it? 14:30

    • @MachinovaAutomation
      @MachinovaAutomation 5 หลายเดือนก่อน +2

      Probably just a cheaper version that does not require an MCU, but still very strange that they kept the GPS chip and antenna in the design, since they are quite expensive as well

    • @harisalic2568
      @harisalic2568 5 หลายเดือนก่อน +1

      @@MachinovaAutomation Could be from the time where simple mcus were out of stock everywhere

    • @pozdroszejset4460
      @pozdroszejset4460 5 หลายเดือนก่อน +3

      that sounds insane but i can imagine the conversation
      - hey product owner we can't get any MCUs anywhere
      - okay just don't put it in then we'll get it from cell towers
      lmao

    • @harisalic2568
      @harisalic2568 5 หลายเดือนก่อน

      @@pozdroszejset4460 thats basically how it goes in tech, ceos dont know shit and just Tell you to make it work

    • @doganertan7259
      @doganertan7259 5 หลายเดือนก่อน

      To advertise it as a GPS tracker most probably.

  • @3bdo3id
    @3bdo3id 5 หลายเดือนก่อน

    love the content
    thanks from Egypt

  • @dfgaJK
    @dfgaJK 5 หลายเดือนก่อน +2

    seems odd that the GPS hardware is populated... what is the "firmware" on the cell modem, does it have an onboard MCU, can it be updated with custom firmware to poll the GPS module?

    • @zoenagy9458
      @zoenagy9458 5 หลายเดือนก่อน

      would need uart tracing

    • @JamesUKE92
      @JamesUKE92 3 หลายเดือนก่อน

      Seems like a part shortage of the microcontroller, and they came up with this bodge to keep selling them. Still placing the GPS seems wasteful, but maybe someone already ordered the PCB build with all of the available parts fitted with some other plan in mind.

  • @matejkuka797
    @matejkuka797 5 หลายเดือนก่อน

    Love your channel and videos :) upVote

  • @alexfedorov1160
    @alexfedorov1160 5 หลายเดือนก่อน

    It would be really strange product placement if they were actually not using the GPS receiver; maybe it's connected through some level shifter or whatnot. The absent microcontroller is a fraction of the price of the GPS thing. Also, the modem has to have a powerfull CPU to do its own thing, so it can easily receive and parse some UART data. Basically, the modem is more interesting than the tracker itself, and it *probably* runs Linux inside.

  • @88tx
    @88tx 5 หลายเดือนก่อน

    quite bummed that the MCC, MNC, TAC, and CID didnt yield any location on public databases. i guess they have some private db or something.

  • @TAELSDOLL
    @TAELSDOLL 5 หลายเดือนก่อน

    thanks jimbo. love ur vids

  • @NeinIhFlyer
    @NeinIhFlyer 4 หลายเดือนก่อน

    How do you proactively keep yourself in loop with IOT/cyber hacking related news? Like reddit subs, twitter etc.

    • @mattbrwn
      @mattbrwn  4 หลายเดือนก่อน

      honestly: twitter and linkedin. but I probably could use a better source than that. mostly ignore the news and focus on what I'm doing :)

  • @gomberfu
    @gomberfu 5 หลายเดือนก่อน

    Fantastic as usual!!!

  • @marcusaurelius3487
    @marcusaurelius3487 5 หลายเดือนก่อน +1

    couldnt you just ping with an end device connected to the modem? Or does the moden have a different communication IP?

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      The modem gets a private IP. So I would need another device with a similar SIM to get on that same network and then hope they didn't firewall off the different devices from each other.

    • @marcusaurelius3487
      @marcusaurelius3487 5 หลายเดือนก่อน +1

      @@mattbrwn so the modems IP differs from the public IP that an end devices traffic routes trough?

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      Correct

  • @Daniel-tw5qc
    @Daniel-tw5qc 4 หลายเดือนก่อน

    The 10-year statement is also false advertising I guess? The 1NCE service states, "SIM cards that have not transmitted any data for 18 months consecutively are automatically deactivated." So sure you can use it for 10 years but you need to send some amount of data before 18 months. Also, personal use consumers aren't allowed to purchase the SIM apparently, "The 1NCE IoT Lifetime Flat is only aimed at companies, therefore students or developers looking to purchase the 1NCE SIM card as private individuals (consumers) are excluded from doing so."

  • @addas4
    @addas4 5 หลายเดือนก่อน

    I just don't get how the "GPS" device transmit data to USB without microcontroller (aka CPU or brain)
    Like how the logic is processed?
    There is clearly a shell interface when you connect to ttyUSB2, so how also it handles your data input without microcontroller?

  • @idgn
    @idgn 5 หลายเดือนก่อน

    Could you check how much data this device uses per location ping?

  • @Gunbudder
    @Gunbudder 5 หลายเดือนก่อน

    id love to see you reverse one on those cell signal boosters that have rf in and out and an outdoor antenna and indoor antenna. i suspect most of them are a scam

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      I've never looked at one of those but I do have some more cell-based devices coming up in the pipeline. cell stuff is new to me so these are all fun projects to learn on.

  • @prerunning6086
    @prerunning6086 หลายเดือนก่อน

    You follow cemaxecuter or dragonOS? forgot you have a flipper so you probably do.
    My video ideas would be to pwn something dumb, no wifi simple soc. Reverse engineer the 32 bit STM you find in household stuff with screens. My "office" sized keurig needs 5 psi solenoids replaced every 2 years. Its a 4 hour nightmare. I didnt see a header or external flash. How would you diassemble this to find 5 photos that loop while its pouring? Pumps are dying again... But a couple weeks ago i had to reecover a disabled SM2 pro j2534 stm32 in protection mode. Unchecked every block and used a 5.00 swm prog with the factory dfu tool. Are they all compromised now? or did someone aquire it hrough other means?

  • @TheChillieboo
    @TheChillieboo 5 หลายเดือนก่อน

    Awesome!

  • @Elixz89
    @Elixz89 5 หลายเดือนก่อน

    Using Ctrl + L in your terminal will clear your screen

  • @temptemp7037
    @temptemp7037 5 หลายเดือนก่อน +1

    Sorry, but this video makes no sense. Some code is still required to run on the device side to push its location to the backend. The API you are showing is just to pull data from 1NCE. The APN thing is that it works kind of like a VPN connection. Its possible that the device is running some "application" that is like an addon code that you can write and upload to the device that works alongside the default AT firmware. I seem to recall that you can write these "applications" in Python as well.

  • @john_turner
    @john_turner 5 หลายเดือนก่อน +1

    This sounds like like a stupid question and I feel that way for asking it. On their website it says 500MB allowance but it doesn’t say anything about per month. Is it really 500 per month

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      No it's over the life of the contract. So it's 500 MB total OR 10 years.

  • @Falney
    @Falney 5 หลายเดือนก่อน

    I said in the last video that I thought it used cell triangulation rather than GPS. No idea why the populated the GPS chi though if that's the case.

  • @coreybabcock2023
    @coreybabcock2023 5 หลายเดือนก่อน

    We need to do videos on Sierra wireless modems cause I need to learn how to hack mine

  • @foxfoxfoxfoxfoxfoxfoxfoxfoxfox
    @foxfoxfoxfoxfoxfoxfoxfoxfoxfox 5 หลายเดือนก่อน

    I'm not completely convinced the GPS module is superfluous. If the manufacturer removed the microprocessor rendering the GPS useless why would they leave the GPS module there? Thats a costly component. You would need to trace (or sniff) the GPS serial lines to see where they terminate. They may go to the empty microprocessor slot as well as the cellular module. The poor location data could still be explained by waking the GPS up, getting the first coordinates it sends before it has a lock, and then putting it back to sleep and therefore never obtaining a GPS lock.
    I think if the cellular modem is running a custom program or built-in code that interacts with the GPS then we are missing the most interesting part of this device. Lets not dismiss the possibility based on an assumption.

  • @tomteiter7192
    @tomteiter7192 3 หลายเดือนก่อน

    What always boggles my mind with these knockoff products, that they often give the impression, that, with just a BIT more care it could be a decent product.
    Populating the GPS module and antenna basically as dead weight? mind boggling...

  • @XiSparks
    @XiSparks 3 หลายเดือนก่อน

    😂 INCORPORATED 😂

  • @coreybabcock2023
    @coreybabcock2023 5 หลายเดือนก่อน

    Ok I got the website working

  • @coreybabcock2023
    @coreybabcock2023 5 หลายเดือนก่อน

    Anyone remember kore networks ? I have a iot board from a profile lighting box

  • @coreybabcock2023
    @coreybabcock2023 5 หลายเดือนก่อน

    That website is not there

  • @CINEMA-GHAR1122
    @CINEMA-GHAR1122 4 หลายเดือนก่อน

    pleases please solve my dought i have a router 4 router that working on internet using SIM but i update my router farmwere how i gain ancces and countroll admin the router i already resaet,formate, it please help me i foller a lot of you channel

  • @tweebs1
    @tweebs1 5 หลายเดือนก่อน

    So it's essential the same as the $3 AliExpress "GPS" trackers but with a SIM card.

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      Yeah I may mess around with some of those cheap ones now 😁

  • @LPgoesGOOD
    @LPgoesGOOD 4 หลายเดือนก่อน

    please do meta portal

  • @roguesecurity
    @roguesecurity 5 หลายเดือนก่อน

    If the GPS module was not used, why did they include it and increased the cost 🤔

  • @alisoltani5636
    @alisoltani5636 4 หลายเดือนก่อน

    They just assume the battery would die before like 3 or 4 years.
    It is life time but its the devices lifetime lol

  • @sigmagammalabs
    @sigmagammalabs 3 หลายเดือนก่อน

    Why is the company assembling GPS module at all. They could reduce costs as they did de-populating the MCU

    • @mattbrwn
      @mattbrwn  3 หลายเดือนก่อน +1

      Sometimes I wonder if these companies get massive amounts of scrapped, mostly assembled, PCBs that would go to scrap but they try to turn them into other projects.

  • @xrafter
    @xrafter 5 หลายเดือนก่อน

    Can I ssh into your *public* DO server?

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน +1

      Lol you are welcome to try 😜
      If you pwn that server I'll feature you in a video

  • @UveysYakut-bd6jq
    @UveysYakut-bd6jq 5 หลายเดือนก่อน

    please add subtitles

  • @leexgx
    @leexgx 5 หลายเดือนก่อน

    4g locator (not gps tracker)

  • @Izik09834
    @Izik09834 5 หลายเดือนก่อน

    You really hurt yourself posting this late. You got to play the algorithm so you blow up like you should!

    • @pete3897
      @pete3897 5 หลายเดือนก่อน

      Late where? It was posted at 6pm here

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      Lol so it's funny you say that ... But I'm out of the country and YT studio has been doing some weird stuff to me with timezones 😂

    • @Izik09834
      @Izik09834 5 หลายเดือนก่อน

      @@pete3897 2am it said 2 hours ago

    • @zoenagy9458
      @zoenagy9458 5 หลายเดือนก่อน

      there is an option for scheduled posting

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      Yeah I scheduled the videos but the time is relative to your timezone. IDK

  • @davidew98
    @davidew98 5 หลายเดือนก่อน

    I did not catch the manufacturer of the cell phone modem chip. I do know that cell phone chips are a lot more sophisticated than people give them credit for it. Cell phone chips are not just a modem. It is also a single board computer with multiple different capabilities. A lot of them have Bluetooth or Wi-Fi or any other host of features.a lot of integrated devices like this would have for example the GPS attached to uart on the modem Chip. A lot of your older flip phones were basically running completely off the modem Chip.
    I know Motorola chips and QUALCOMM chips have a developer configuration software. You can run on a computer and connect into the uart on the modem Chip to configure them.

  • @MrXeroliphe
    @MrXeroliphe 2 หลายเดือนก่อน

    Hacking an android without a screen :D

  • @Michael-y2q3h
    @Michael-y2q3h 5 หลายเดือนก่อน

    Hmmmmmmmm...?

  • @chasingcapsaicin
    @chasingcapsaicin 5 หลายเดือนก่อน

    tracert not ping

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      this is a good idea. will try when I can.

  • @deanvangreunen6457
    @deanvangreunen6457 5 หลายเดือนก่อน

    Why does it say confidential? On the doc 😂😂😂

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      🤐

  • @thepir68
    @thepir68 5 หลายเดือนก่อน

    Hey man, you need to do something with your rhetoric. The worst part is that you limp when you talk! and stop saying all the time the word "so".😢

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      Lol

  • @LabiaLicker
    @LabiaLicker 5 หลายเดือนก่อน

    Yeah definitely look at more of these.

  • @LabiaLicker
    @LabiaLicker 5 หลายเดือนก่อน +1

    What WM is that?

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน +1

      i3wm

    • @LabiaLicker
      @LabiaLicker 5 หลายเดือนก่อน

      @@mattbrwn I just hope you don't get cyberbullied for running i3 bro 😆

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน +1

      bring it on.

  • @kmpnelson
    @kmpnelson 5 หลายเดือนก่อน +4

    Absolutely appreciate the consistent content!

    • @mattbrwn
      @mattbrwn  5 หลายเดือนก่อน

      thanks! :)