From 4e0d7700a44e5748bc43e058ae70e27bbf636643 Mon Sep 17 00:00:00 2001 From: mpgn Date: Sun, 16 Jan 2022 12:57:40 -0500 Subject: [PATCH] Add description module ms17-010 --- cme/modules/ms17-010.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cme/modules/ms17-010.py b/cme/modules/ms17-010.py index d361defd..7f63587e 100644 --- a/cme/modules/ms17-010.py +++ b/cme/modules/ms17-010.py @@ -9,7 +9,7 @@ import struct class CMEModule: name = 'ms17-010' - description = "TODO" + description = "MS17-010, /!\ not tested oustide home lab" supported_protocols = ['smb'] opsec_safe = True multiple_hosts = True