File tree Expand file tree Collapse file tree 2 files changed +61
-29
lines changed Expand file tree Collapse file tree 2 files changed +61
-29
lines changed Original file line number Diff line number Diff line change 1- [tool . poetry ]
1+ [project ]
22name = " coercer"
33version = " 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" ]
4+ description = " A Python script to automatically coerce a Windows server to authenticate on an arbitrary machine through 15 methods."
5+ readme = " README.md"
6+ requires-python = " >=3.7"
7+ license = { text = " MIT" }
8+ authors = [
9+ { name = " p0dalirius" }
10+ ]
11+ dependencies = [
12+ " impacket>=0.10.0" ,
13+ " xlsxwriter>=3.0.0" ,
14+ " jinja2>=3.1.3" ,
15+ " sectools>=1.4.3" ,
16+ " netifaces>=0.11.0"
17+ ]
618
7- [tool .poetry .dependencies ]
8- python = " ^3.7"
9- impacket = " ^0.10.0"
10- xlsxWriter = " >=3.0.0"
11- jinja2 = " >=3.1.3"
12- sectools = " >=1.4.3"
13- netifaces = " >=0.11.0"
14-
15- [tool .poetry .dev-dependencies ]
16-
17- [tool .poetry .scripts ]
19+ [project .scripts ]
1820coercer =" coercer.__main__:main"
21+
1922[build-system ]
20- requires = [" poetry-core>=1.0 .0" ]
23+ requires = [" poetry-core>=1.7 .0" ]
2124build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments