From 11c00969c36b2ed51763ee6c975870b05e84cdcb Mon Sep 17 00:00:00 2001 From: myst404 Date: Mon, 28 Aug 2017 18:37:34 +0200 Subject: [PATCH] Fixed space typo in FindSMB2UPTime.py --- tools/FindSMB2UPTime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/FindSMB2UPTime.py b/tools/FindSMB2UPTime.py index b5c1682..22f3f82 100755 --- a/tools/FindSMB2UPTime.py +++ b/tools/FindSMB2UPTime.py @@ -39,7 +39,7 @@ def IsDCVuln(t): if t[0] < Date: print "System is up since:", t[1] print "This system may be vulnerable to MS17-010" - print "DC is up since:", t[1] + print "DC is up since:", t[1] def run(host):