Capture HTTP Traffic of my Embedded Provisioning device and Mobile App
Hello, I have an Embedded NXP device, when the device is in Provisioning Mode it starts it's own Access Point with the IP as 192.168.10.1 Now Provisioning Involves two steps sending a HTTP GET request to /sys/scan which will respond with a JSON packet of all the available networks and then a HTTP POST of with the SSID and Password of the router I want it to connect to in JSON format.
I have tried two things
- My Ubuntu device connected to LAN Network and working in Monitor Mode to sniff all packets
- My ubuntu device connected to the SSID of the Embedded NXP devicce and then trying to capture the communication between the Mobile Provisioning App and the Embedded Device
In both the methods I am able to sniff and HTTP packet
I am able to use postman to send an HTTP GET Request to http://192.168.10.1/sys/scan which responds with a list of available SSID's and HTTP Post with the credentials and it connects to the desired router and shuts the Access point Mode and goes into Station Mode