this post was submitted on 11 Jun 2023
2 points (100.0% liked)
Research
6 readers
1 users here now
/r/netsec's branch in the fediverse.
A community-curated aggregator of technical research. Our mission is to extract signal from the noise.
Only post technical content here. New tools (and major releases of existing ones), novel techniques, deep dives and post mortems are the ideal content. CTF and bug bounty writeups could be acceptable if they showcase lesser known approaches or techniques.
Non-technical content (both beginner and CISO level) will be considered spam.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I played around with WebSockets and wrote a new tool: https://github.com/doyensec/wsrepl
It's an interactive REPL interface like websocat, but it's meant specifically for pentesting, not debugging, and it's easily extensible in Python (while still retaining REPL interface). In future releases I'd like to expand the extensibility by adding declarative style configuration (the ultimate feature would be something like what Burp's Autorize plugin does, but for websockets).