bbot-vivagraphjs
bbot-vivagraphjs copied to clipboard
Visualize BBOT scans in realtime with VivaGraphJS
BBOT Graph Visualization (VivaGraphJS)
https://github.com/blacklanternsecurity/bbot/assets/20261699/ebf2a81e-7530-4a9e-922d-4e62eb949f35
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.htmlin a web browser - Execute bbot with the
websocketoutput 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