Added DNS SRV handling for ldap/kerberos + LDAP netlogon ping

This commit is contained in:
lgandx 2021-04-12 20:42:36 -03:00
parent d01bbaafae
commit 1271b8e179
5 changed files with 313 additions and 17 deletions

View file

@ -23,7 +23,7 @@ import subprocess
from utils import *
__version__ = 'Responder 3.0.3.0'
__version__ = 'Responder 3.0.4.0'
class Settings: