xolo: crawl, visualize and interact with SQL server links in a d3 graph
Xolo
A tool to crawl, visualize, and interact with SQL server links in a d3 graph to help in your red/blue/purple/…/assessments team exercises.
Notes:
-When the graph displayed left double click in a node will select it a target
-When the graph displayed right double click in a node will select it a source
-Convert button will display the query required based on the shortest path calculated if you want to interact directly with the selected target from the source.
-Query button will send your specified query using the shortest path to the target
-Query all button will send your specified query using the shortest path to all nodes
– The test graph is just for modifying the D3 code in case you want to play with visualization.
-Copy data.json file if you want to have a backup of the graph
-Modify queries.json if you want to add your own queries
-Check the terminal output to follow what Xolo is doing in the background
-Be careful with the max recursion levels and the number of nodes, start low (maybe 2 – 3 levels and max 10 nodes per level)
Install & Use
Copyright (c) 2020 etlownoise