Skip to content

Commit 8ec824e

Browse files
committed
Release 2.3
1 parent 4e9b408 commit 8ec824e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

coercer/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from coercer.network.smb import try_login
1919

2020

21-
VERSION = "2.2-blackhat-edition"
21+
VERSION = "2.3-blackhat-edition"
2222

2323
banner = """ ______
2424
/ ____/___ ___ _____________ _____

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "coercer"
3-
version = "2.2"
3+
version = "2.3"
44
description = "A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 15 methods."
55
authors = ["p0dalirius"]
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
setuptools.setup(
8383
name="coercer",
84-
version="2.2",
84+
version="2.3",
8585
description="",
8686
url="https://github.com/p0dalirius/Coercer",
8787
author="Podalirius",

0 commit comments

Comments
 (0)