Fixed space typo in FindSMB2UPTime.py

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

View file

@ -39,7 +39,7 @@ def IsDCVuln(t):
if t[0] < Date: if t[0] < Date:
print "System is up since:", t[1] print "System is up since:", t[1]
print "This system may be vulnerable to MS17-010" 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): def run(host):