blacklanternsecurity / bbot-vivagraphjs

Visualize BBOT scans in realtime with VivaGraphJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 scope_dns_search_distance=10 scope_report_distance=10 output_modules.websocket.url=ws://127.0.0.1:1234

About

Visualize BBOT scans in realtime with VivaGraphJS


Languages

Language:HTML 100.0%