Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 585 Bytes

BBOT Graph Visualization (VivaGraphJS)

bbot_demo.mp4

Setup

  • Spin up a websocat listener (allows connections between two clients)
websocat -v -E -t ws-l:127.0.0.1:1234 broadcast:mirror:
  • Open visualize.html in a web browser
  • Execute bbot with the websocket output module:
bbot -t tesla.com microsoft.com disney.com -om websocket -c dns.search_distance=10 scope.report_distance=10 modules.websocket.url=ws://127.0.0.1:1234