Metadata-Version: 2.4
Name: ctfsolver
Version: 0.0.9
Summary: An all in one library for solving CTF challenges
Author: Nikolas Filippatos
License: MIT
Project-URL: Homepage, https://github.com/nikolasfil/CTFSolverScript
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: argcomplete>=2.0.0
Requires-Dist: setuptools>=67.7.0
Requires-Dist: wheel>=0.37.0
Requires-Dist: dash_cytoscape>=1.0.2
Requires-Dist: dash>=3.2.0
Requires-Dist: colorama>=0.4.6
Requires-Dist: RapidFuzz>=3.14.3
Requires-Dist: pyperclip>=1.11.0
Requires-Dist: typer[all]
Provides-Extra: dev
Requires-Dist: pytest>=6.2.4; extra == "dev"
Requires-Dist: twine>=3.4.2; extra == "dev"
Requires-Dist: pipdeptree>=2.0.0; extra == "dev"
Requires-Dist: pylint>=3.3.7; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=8.0.0; extra == "docs"
Requires-Dist: myst-parser>=3.0.0; extra == "docs"
Requires-Dist: furo>=2024.0.0; extra == "docs"
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=2.4.4; extra == "docs"
Requires-Dist: sphinx-basic-ng>=1.0.0.beta2; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=3.0.2; extra == "docs"
Requires-Dist: python-call-graph>=2.1.4; extra == "docs"
Requires-Dist: sphinx-autoapi>=3.0.0; extra == "docs"
Requires-Dist: pdoc3>=0.11.6; extra == "docs"
Provides-Extra: docs-live
Requires-Dist: sphinx-autobuild>=2024.9.3; extra == "docs-live"
Provides-Extra: docs-autoapi
Requires-Dist: sphinx-autoapi>=3.0.0; extra == "docs-autoapi"
Dynamic: license-file

# CTFSolverScript

CTFSolverScript is a tool designed to assist in solving Capture The Flag (CTF) challenges. It provides utilities and scripts to streamline the process of solving various types of CTF problems.

This library has been created to suit my needs.

What I mean is, I was developing it when I was solving CTF challenges.
By solving the ctf's with python, and automating the solutions, I collected many scripts.

Some functionalities came by request, some I implemented out of personal interest.

Some things will seem weird to others, such as the structure of the challenge folder, and the keywords used.

The documentation is still under development.

## Features

- **Automated Scripts**: Pre-built scripts for common CTF tasks.
- **Modular Design**: Easily extendable to add custom scripts.
- **Cross-Platform**: Works on Linux, macOS, and Windows.

## Installation

[installation instructions can be found here.](docs/sphinx/source/modules/installation.md)

## Usage

Can be used as a class for scripting and as a cli tool

```bash
ctfsolver --help
```

```
ctfsolver help
```

[detailed usage instructions can be found here.](docs/sphinx/source/modules/usage.md)

[Automated Documentation can be found here.](https://nikolasfil.github.io/CTFSolverScript/)

When the repo is cloned locally you can find pdoc and sphinx generated documentation in the docs/ folder.

```bash
make doc-pdoc-host
```

```bash
make doc-sphinx-host
```

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Submit a pull request with a detailed description of your changes.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

## Contact

For questions or suggestions, feel free to open an issue or contact the maintainer at `filippatos.nikolas@gmail.com`.
