-
Notifications
You must be signed in to change notification settings - Fork 305
RDP Connections/Session visualisation #140
Hi all, I've made a (quick and dirty) web app that allows to visualize RDP events by parsing the JSON output from Chainsaw: https://github.com/fastlorenzo/rdpvis
Any feedback is welcome!
All reactions
-
❤️ 1
Replies: 1 comment 9 replies
Ah very nice, will it also execute chainsaw server side?
All reactions
I think a CLI version should be sufficient for processing. The GUI part is more interesting if needing to put in reports.
All reactions
-
👍 1
Hmm, I wonder if we could wrap your work in Tauri, and bundle it into Chainsaw. No idea how much work that would be though, just a random though :)
All reactions
Never used Tauri before, but I did try it out and made a quick PoC: https://github.com/fastlorenzo/rdpvis/tree/tauri-app :)
Still need some cleaning though, but I took the time as well to switch it to TypeScript
All reactions
-
🎉 1
And with automated publication on GH Pages: https://fastlorenzo.github.io/rdpvis/ 😄
All reactions
Wicked, with that sort of structure it should be possible to embed chainsaw into it. I will have a play when I get some time.