Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get websocket to display #2

Open
Tizz-Tumbler opened this issue Nov 18, 2024 · 3 comments
Open

How to get websocket to display #2

Tizz-Tumbler opened this issue Nov 18, 2024 · 3 comments

Comments

@Tizz-Tumbler
Copy link

Tizz-Tumbler commented Nov 18, 2024

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?

@TheTechromancer
Copy link
Collaborator

TheTechromancer commented Nov 18, 2024

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

@Tizz-Tumbler
Copy link
Author

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

@TheTechromancer
Copy link
Collaborator

TheTechromancer commented Nov 18, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants