We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a1fd7 commit e59d37dCopy full SHA for e59d37d
coercer/__main__.py
@@ -19,7 +19,7 @@
19
from coercer.network.utils import can_listen_on_port
20
21
22
-VERSION = "2.4.2"
+VERSION = "2.4.3"
23
24
banner = """ ______
25
/ ____/___ ___ _____________ _____
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "coercer"
3
-version = "2.4.2"
+version = "2.4.3"
4
description = "A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 15 methods."
5
authors = ["p0dalirius"]
6
setup.py
@@ -81,7 +81,7 @@
81
82
setuptools.setup(
83
name="coercer",
84
- version="2.4.2",
+ version="2.4.3",
85
description="",
86
url="https://github.com/p0dalirius/Coercer",
87
author="Podalirius",
0 commit comments