Metadata-Version: 2.1
Name: ctfsolver
Version: 0.0.8
Summary: An all in one library for solving CTF challenges
Home-page: https://github.com/nikolasfil/CTFSolverScript
Author: Nikolas Filippatos
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: build>=0.7.0
Requires-Dist: pwntools>=4.0.0
Requires-Dist: scapy>=2.0.0
Requires-Dist: setuptools>=67.7.0
Requires-Dist: wheel>=0.37.0
Provides-Extra: dev
Requires-Dist: pytest>=6.2.4; extra == "dev"
Requires-Dist: twine>=3.4.2; extra == "dev"
Provides-Extra: docs
Requires-Dist: pdoc3>=0.11.4; extra == "docs"

Python Solver

More documentation in the [docs](docs/) folder.
