Forum Discussion

AtakanBal's avatar
AtakanBal
Icon for Bronze III rankBronze III
2 months ago

IoT & Embedded Devices: Certificate Underpinning

I'm stuck at the step 5 "Create a Python script to exploit the alarm system". I tried to set up a TCP listener on localhost for port 443 but I didn't have any activity from any user. Any tips on how to proceed?

  • ChrisKershaw's avatar
    ChrisKershaw
    Icon for Community Support rankCommunity Support

    Hey AtakanBal 👋🏻,

    I'm Chris, I work in the Customer Support Team at Immersive. 

    Can you provide a few screenshots to show what you have tried so far, so we can help? I'll tag in my colleagues, Nye & Barny, in the thread to see if we can then help share some guidance to help you with your attempt. 

    NyePrior / BarnyStewart - can either of you help here?

    • AtakanBal's avatar
      AtakanBal
      Icon for Bronze III rankBronze III

      Hi ChrisKershaw

      Sure,

      My thought was to intercept the TCP request and forward modified UDP request but I don't get any request from alarm user. Is it a wrong approach or am I missing something?

      Thanks in advance

  • lchenliang wrote:

    your host is localhost 

    I tried 0.0.0.0 but no luck, what it should be?