Files
Icex0-wp2shell-poc/pyproject.toml
T
2026-07-18 02:04:58 +02:00

24 lines
610 B
TOML

[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "wp2shell-poc"
version = "1.0.0"
description = "PoC for the WordPress REST batch route-confusion SQL injection associated with wp2shell."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
keywords = ["wordpress", "rest-api", "sql-injection", "wp2shell", "security"]
classifiers = [
"Environment :: Console",
"Intended Audience :: Information Technology",
"Topic :: Security",
]
[project.scripts]
wp2shell = "wp2shell.cli:main"
[tool.setuptools]
packages = ["wp2shell"]