mirror of
https://github.com/MegaManSec/SSH-Snake.git
synced 2024-12-04 04:13:09 +01:00
Add python to tools/generate-graph.py
This commit is contained in:
parent
86c78aa0c7
commit
9b2b4a05f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user