Files
2024-04-17 15:02:56 +02:00

25 lines
480 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "DLHell"
version = "1.0"
dependencies = [
"pefile",
"impacket"
]
requires-python = ">=3.8"
authors = [
{name = "kit", email = "kevin.tellier@synacktiv.com"}
]
maintainers = [
{name = "kit", email = "kevin.tellier@synacktiv.com"}
]
description = "DLL Proxying & DCOM tricks"
readme = "README.md"
keywords = ["DLL Hijack", "DCOM"]
[project.urls]
Homepage = "https://synacktiv.com"