forked from p15670423/monkey
Improved description of T1090 connection proxy
This commit is contained in:
parent
bd37995054
commit
7e0b85a34d
|
@ -10,7 +10,7 @@ class T1090(AttackTechnique):
|
|||
tech_id = "T1090"
|
||||
unscanned_msg = "Monkey didn't use connection proxy."
|
||||
scanned_msg = ""
|
||||
used_msg = "Monkey used connection proxy."
|
||||
used_msg = "Monkey used connection proxy to communicate with machines on the network."
|
||||
|
||||
@staticmethod
|
||||
def get_report_data():
|
||||
|
|
Loading…
Reference in New Issue