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.
- 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 instructions can be found here.
Can be used as a class for scripting and as a cli tool
ctfsolver --helpctfsolver help
detailed usage instructions can be found here.
Automated Documentation can be found here.
When the repo is cloned locally you can find pdoc and sphinx generated documentation in the docs/ folder.
make doc-pdoc-hostmake doc-sphinx-hostContributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Submit a pull request with a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or suggestions, feel free to open an issue or contact the maintainer at filippatos.nikolas@gmail.com.