bbot-vivagraphjs icon indicating copy to clipboard operation
bbot-vivagraphjs copied to clipboard

How to get websocket to display

Open tobin-rieger-cameron opened this issue 1 year ago • 3 comments

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

image

am I supposed to be putting a custom url instead of the default one given?

tobin-rieger-cameron avatar Nov 18 '24 13:11 tobin-rieger-cameron

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

TheTechromancer avatar Nov 18 '24 13:11 TheTechromancer

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

tobin-rieger-cameron avatar Nov 18 '24 14:11 tobin-rieger-cameron

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.

TheTechromancer avatar Nov 18 '24 14:11 TheTechromancer