Does anyone know of any decoder in Python to be used in troubleshooting. Has anyone have ever heard

Does anyone know of any decoder in Python to be used in troubleshooting. Has anyone have ever heard of a decoder for a data response captured by a sniffer?

Best Answer

  • Gurpreet
    Answer ✓

    What sort of decoder are you looking for? The request and response messages for all the API's are in JSON format, the structure of which is documented in the Swagger API.

    See this article about capturing RDP interactions using a debugging proxy.