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 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
20.2k 53 14 20

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 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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