-
Notifications
You must be signed in to change notification settings - Fork 13
Home
RDP Inspector is a Firefox extension that intercepts Remote Debugging Protocol (RDP) and shows all data sent and received.
- The minimum required browser version is Firefox 38
Install latest RDP Inspector (beta)
- Displaying RDP Packets sent/received
- Inspection Packet Details
- Filtering Displayed Packets
- Get Summary Data
- Search In Packet List
- Sending Test Packet
- Inspecting Existing Actors (in-progress)
You should see a new RDP Inspector button at the top-right corner of your browser window after installation (the final icon is under construction).
Clicking the button opens RDP Inspector console window.
Are you missing a feature? Create a report
The list of packets can be easily filtered by typing into a search box located at the top right corner of the console window.
The screenshots above shows how to filter the list to see only "listTabs" packets.
RDP Inspector allows to get summary data at any time. Pressing the Summary button in the toolbar appends summary separator at the end of the list.
The screenshot above shows that 17 packets have been sent to the debugger server (total size 14,50 KB) and 20 packets have been received (total size 13,77 KB).
Search in the packet list is also supported. Pressing the Find button in the toolbar opens standard browser search bar. See the following screenshot: