question

Upvotes
Accepted
1 0 0 0

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?

rdp-apirefinitiv-data-platformdecoder
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
13k 32 12 18

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea