diff --git a/README.md b/README.md index d8be3d6..734dff2 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ $ smbclientng -h / __| '_ ` _ \| '_ \ / __| | |/ _ \ '_ \| __|____| '_ \ / _` | \__ \ | | | | | |_) | (__| | | __/ | | | ||_____| | | | (_| | |___/_| |_| |_|_.__/ \___|_|_|\___|_| |_|\__| |_| |_|\__, | - by @podalirius_ v1.3 |___/ + by @podalirius_ v1.3.1 |___/ usage: smbclientng [-h] [--debug] --target ip address [--kdcHost FQDN KDC] [-d DOMAIN] [-u USER] [--no-pass | -p PASSWORD | -H [LMHASH:]NTHASH | --aes-key hex key] [-k] diff --git a/pyproject.toml b/pyproject.toml index 0534ec9..677a805 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smbclientng" -version = "1.3" +version = "1.3.1" description = "smbclient-ng, a fast and user friendly way to interact with SMB shares." authors = ["p0dalirius"] diff --git a/setup.py b/setup.py index 10f7b96..5372e15 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ import setuptools -VERSION = "1.3" +VERSION = "1.3.1" long_description = """
diff --git a/smbclientng/__main__.py b/smbclientng/__main__.py index 8553870..1f8e865 100644 --- a/smbclientng/__main__.py +++ b/smbclientng/__main__.py @@ -12,7 +12,7 @@ from smbclientng.core.utils import parse_lm_nt_hashes -VERSION = "1.3" +VERSION = "1.3.1" def parseArgs():