4Haz
Recording web socket traffic for analysis [closed]
I am working on a website at the moment which has a hefty stream of incoming data via web socket.
What is a reliable way to record this and store it for analysis later on? I would rather not write a custom proxy server.
I have already tried the following items:
- Chrome developer tools and export HAR file - This works best so far, but the file contents have a lot of noise. I only want the messages themselves.
- Burp suite - logs the messages nicely but no way to export them.
- Charles proxy - similar to Burp.
Questions about other tools:
- Are there any tools in Kali linux that might do this?
- What about using Netcat? I had a quick look and it wasn't immediately obvious.