Fixed LLMNR/NBT-NS/Browser issue when binding to a specific interface

This commit is contained in:
lgandx 2020-09-28 08:11:41 -03:00
commit af7d27ac8c
2 changed files with 7 additions and 7 deletions

View file

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