diff --git a/settings.py b/settings.py index d3fb680..c64ee02 100644 --- a/settings.py +++ b/settings.py @@ -20,7 +20,7 @@ import subprocess from utils import * -__version__ = 'Responder 2.3.2.5' +__version__ = 'Responder 2.3.2.7' class Settings: diff --git a/tools/RelayHTTPSMB/HTTPToSMBRelay.py b/tools/RelayHTTPSMB/HTTPToSMBRelay.py index 24b8479..06a2944 100755 --- a/tools/RelayHTTPSMB/HTTPToSMBRelay.py +++ b/tools/RelayHTTPSMB/HTTPToSMBRelay.py @@ -20,7 +20,7 @@ from Finger import RunFinger sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../../'))) from socket import * -__version__ = "0.2" +__version__ = "0.4" def UserCallBack(op, value, dmy, parser): args=[]