How to get websocket to display
I'm running this in a python venv with websocket and bbot installed
bbot -t XXXXX.com -om websocket -c scope.search_distance=10 scope.report_distance=10 modules.websocket.url=ws://127.0.0.1:1234
after running this command, when I open 127.0.0.1:1234
am I supposed to be putting a custom url instead of the default one given?
Ah looks like you might be missing this command:
websocat -v -E -t ws-l:127.0.0.1:1234 broadcast:mirror:
Also, the file you need to open in the browser is visualize.html
Thanks for the quick reply!
Was user error, hadn't cloned the repo :/
this tool is super cool, would love to have the name of the site/dns show up when hovering over a node with the cursor
Thanks, yeah we use vivagraph mainly for visualizations since it is very fast and can handle rendering lots of nodes. But for drilling down into the data you might want to check out Neo4j.