Skip to content
Snippets Groups Projects
Commit 3adde7a8 authored by Pavel Kácha's avatar Pavel Kácha
Browse files

* added Vulnerable.Config category, Relay and Auth tags

* help message fix
parent 27743e95
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
"Fraud.Scam" : 805, "Fraud.Scam" : 805,
"Vulnerable" : 900, "Vulnerable" : 900,
"Vulnerable.Open" : 901, "Vulnerable.Open" : 901,
"Vulnerable.Config" : 902,
"Anomaly" : 1000, "Anomaly" : 1000,
"Anomaly.Traffic" : 1001, "Anomaly.Traffic" : 1001,
"Anomaly.Connection" : 1002, "Anomaly.Connection" : 1002,
......
...@@ -12,6 +12,8 @@ ...@@ -12,6 +12,8 @@
"Correlation": 11, "Correlation": 11,
"External": 12, "External": 12,
"Reporting": 13, "Reporting": 13,
"Relay": 14,
"Auth": 15,
"Blackhole": 30, "Blackhole": 30,
"Signature": 31, "Signature": 31,
"Statistical": 32, "Statistical": 32,
......
...@@ -1371,7 +1371,7 @@ def get_args(): ...@@ -1371,7 +1371,7 @@ def get_args():
argp.add_argument("--help", action="help", argp.add_argument("--help", action="help",
help="show this help message and exit") help="show this help message and exit")
argp.add_argument("-c", "--config", argp.add_argument("-c", "--config",
help="show this help message and exit") help="path to configuration file")
subargp = argp.add_subparsers(title="commands") subargp = argp.add_subparsers(title="commands")
subargp_check = subargp.add_parser("check", add_help=False, subargp_check = subargp.add_parser("check", add_help=False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment