mirror of
https://github.com/lgandx/Responder.git
synced 2025-07-16 10:02:53 -07:00
Fixed various bugs and improved the LDAP module.
This commit is contained in:
parent
75aa21bbb9
commit
be26b504b5
3 changed files with 26 additions and 8 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue