mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 05:43:35 -07:00
Fixed space typo in FindSMB2UPTime.py
This commit is contained in:
parent
ffca0e2a92
commit
11c00969c3
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue