IoT Hacking - Netgear AC1750 NightHawk - Network Traffic Interception

Ғылым және технология

In this video we will show the interception of encrypted TLS communications that the Netgear router makes to its cloud backend.
mitmrouter github page:
github.com/nmatt0/mitmrouter
IoT Hackers Hangout Community Discord Invite:
/ discord
🛠️ Stuff I Use 🛠️
🪛 Tools:
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:
twitter: / nmatt0
linkedin: / mattbrwn
github: github.com/nmatt0/
#hacking #iot #cybersecurity #reverseengineering #wireshark

Пікірлер: 30

  • @XYZ56771
    @XYZ567713 ай бұрын

    The DNS service is providing different IPs is due to the load balancing algorithm used by the provider (in this case Akamai). Even with a script that would query the DNS for A records periodically, they can pop in/out IPs that might not be covered by current resolution. One approach would be to pin (in /etc/hosts, or dnsmasq) that host to one of the resolved ip addresses, and clear clients DNS cache. This too has its downsides, as they can exclude that ip from serving DNS requests for the intended domain....but chances are, your test time, is covered.

  • @mattbrwn

    @mattbrwn

    3 ай бұрын

    ok this makes sense :D

  • @jdfh2

    @jdfh2

    2 ай бұрын

    Use dig command to query list of the ips from dns

  • @antbuch8699
    @antbuch86993 ай бұрын

    I'm a new subscriber and i like the consistency you're putting in, loving the contents

  • @ItsAuver
    @ItsAuver3 ай бұрын

    Thanks for another awesome video Matt! I'm excited to see the Discord community :) As you might already know, Netgear has a public bug bounty program for their Nighthawk line of routers via Bugcrowd. If you do find a vulnerability worth reporting to them, it'd be really cool to see what a writeup for something like that looks like. I don't believe I've seen any other IoT pentesters go over how things like that work. Thanks for the video, best regards.

  • @gezchugg3551
    @gezchugg35512 ай бұрын

    Good to see some genuine content. I'm definitely still learning this stuff, so really appreciate the explanation and detail. Keep 'em comming!

  • @mytechnotalent
    @mytechnotalent3 ай бұрын

    Great repo Matt. Looking forward to check it out.

  • @theskelet4r
    @theskelet4r3 ай бұрын

    Another Amazing Video Matt, thanks for sharing your process and making the repo public. Will definitely be using this tool in the future. Discord!

  • @McDaniel1
    @McDaniel12 ай бұрын

    Awesome content brother keep it up

  • @whodaFru4551
    @whodaFru45513 ай бұрын

    This is the good stuff!

  • @litonets
    @litonets3 ай бұрын

    Great video thx

  • @felixcosty
    @felixcosty22 күн бұрын

    Thanks for the video. I have the Netgear Nighthawk 7000, Installed Fresh Tomato. Would installing Fresh Tomato improve the over all security of the system? A follow up video where you install Fresh Tomato and test again would be interesting.

  • @mattbrwn

    @mattbrwn

    22 күн бұрын

    I love this idea. Will give it a shot!

  • @cristonlevato2255
    @cristonlevato22553 ай бұрын

    Really looking forward to the discord server. I believe it will be fun for you and others. While you were hovering over the bash script you wrote I noticed that I don't have enough knowledge about linux network controls. Do you suggest any reading content(books, blog, etc.) about those or archwiki is enough ? :D

  • @mattbrwn

    @mattbrwn

    3 ай бұрын

    I do love the arch wiki :D I make my setup from a combination of this stuff: wiki.archlinux.org/title/Internet_sharing wiki.archlinux.org/title/Software_access_point wiki.archlinux.org/title/Dnsmasq

  • @cristonlevato2255

    @cristonlevato2255

    3 ай бұрын

    @@mattbrwn Thanks for the titles!

  • @daze8410
    @daze84102 ай бұрын

    I have this exact router collecting dust, about to hack into it! Thanks for the content.

  • @dustinday3951
    @dustinday39512 ай бұрын

    You should do some vids on a surfboard cable modem with forceware installed, i used to get free internet some years ago. Ill send it to you if you got a po box

  • @fusca14tube
    @fusca14tube2 ай бұрын

    Awesome! I didn't know about this "--bind" option from mount command. In time, what is the name of the text http debbuger that you have used?

  • @mattbrwn

    @mattbrwn

    2 ай бұрын

    mitmproxy

  • @teknorath
    @teknorath3 ай бұрын

    15:00 perfect live example of why terminal throughput actually matters. Casey Muratori was right

  • @mattbrwn

    @mattbrwn

    3 ай бұрын

    I know right? certainly with today's HW we can run faster than 115200 :D

  • @vergil9397
    @vergil93973 ай бұрын

    hello Matt, do you use qemu to emu some hardware ? or you just buy and debug on the real device ? Thanks

  • @mattbrwn

    @mattbrwn

    3 ай бұрын

    I usually prefer the real device. Getting firmware to emulate correctly takes a lot of work most of the time.

  • @gergopap7207
    @gergopap72073 ай бұрын

    do you make a video about WAN interface testing?

  • @mattbrwn

    @mattbrwn

    3 ай бұрын

    what do you mean by WAN interface testing?

  • @gergopap7207

    @gergopap7207

    3 ай бұрын

    @@mattbrwn testing of those network services that are available via the WAN interface. And the necessary setup for this.

  • @daviddunkelheit9952
    @daviddunkelheit99529 күн бұрын

    Baby got scroll back.. 21:26

  • @787310
    @7873103 ай бұрын

    Try using dig command instead of nslookup

  • @cristonlevato2255

    @cristonlevato2255

    3 ай бұрын

    dig also uses DNS so it will also show different IPs related to the server as in the case of nslookup. DNS is the real cause, not the command.

Келесі