File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919from coercer .network .utils import can_listen_on_port
2020
2121
22- VERSION = "2.4.1-blackhat-edition "
22+ VERSION = "2.4.2 "
2323
2424banner = """ ______
2525 / ____/___ ___ _____________ _____
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " coercer"
3- version = " 2.4.1 "
3+ version = " 2.4.2 "
44description = " A python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 15 methods."
55authors = [" p0dalirius" ]
66
Original file line number Diff line number Diff line change 8181
8282setuptools .setup (
8383 name = "coercer" ,
84- version = "2.4.1 " ,
84+ version = "2.4.2 " ,
8585 description = "" ,
8686 url = "https://github.com/p0dalirius/Coercer" ,
8787 author = "Podalirius" ,
100100 python_requires = '>=3.6' ,
101101 install_requires = requirements ,
102102 entry_points = {
103- 'console_scripts' : ['Coercer =coercer.__main__:main' ]
103+ 'console_scripts' : ['coercer =coercer.__main__:main' ]
104104 }
105105)
You can’t perform that action at this time.
0 commit comments