We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366a614 commit 85a761aCopy full SHA for 85a761a
thug/Logging/modules/ExploitGraph.py
@@ -36,6 +36,6 @@ def add_connection(self, source, destination, method):
36
37
def draw(self):
38
G = networkx.convert_node_labels_to_integers(self.G, label_attribute="url")
39
- d = json_graph.node_link_data(G)
+ d = json_graph.node_link_data(G, edges="links")
40
41
return json.dumps(d)
0 commit comments