mirror of
https://github.com/lgandx/Responder.git
synced 2026-01-08 07:39:05 +00:00
Fixed space typo in FindSMB2UPTime.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user