Add python to tools/generate-graph.py

This commit is contained in:
Joshua Rogers 2024-02-05 18:38:59 +11:00
parent 86c78aa0c7
commit 9b2b4a05f1

View File

@ -1,3 +1,9 @@
#!/usr/bin/env python3
# <https://github.com/MegaManSec/SSH-Snake>
# By Joshua Rogers <https://joshua.hu/>
# GPL 3, of course.
import argparse
import re
from collections import defaultdict