Fixed space typo in FindSMB2UPTime.py

This commit is contained in:
myst404
2017-08-28 18:37:34 +02:00
parent ffca0e2a92
commit 11c00969c3

View File

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