Fixed various bugs and improved the LDAP module.

This commit is contained in:
lgandx 2017-09-04 21:57:51 -03:00
parent 75aa21bbb9
commit be26b504b5
3 changed files with 26 additions and 8 deletions

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