Merge pull request #416 from VakarisZ/proxy_attack_improvement

Improved description of T1090 connection proxy
This commit is contained in:
Daniel Goldberg 2019-08-26 15:31:09 +03:00 committed by GitHub
commit cd06065469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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():