[build-system] requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "cve-2025-59718-exploit" version = "0.1.0" description = "Proof-of-Concept Exploit for CVE-2025-59718 in Fortinet Products" readme = "README.md" authors = [{ name = "Your Name", email = "your.email@example.com" }] license = { text = "MIT License" } classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] requires-python = ">=3.8" dependencies = [ "requests==2.32.3", ] [project.urls] Homepage = "https://github.com/yourusername/cve-2025-59718-exploit" [project.scripts] cve-exploit = "exploit:main"