Skip to content

Commit 0d6e0f7

Browse files
committed
updated the README
1 parent bb0b360 commit 0d6e0f7

1 file changed

Lines changed: 29 additions & 6 deletions

File tree

README.md

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,34 @@
1-
How to install the project
1+
# CTFSolverScript
22

3-
```bash
4-
python setup.py bdist_wheel sdist
5-
```
3+
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.
4+
5+
## Features
66

7-
For local installation use:
7+
- **Automated Scripts**: Pre-built scripts for common CTF tasks.
8+
- **Modular Design**: Easily extendable to add custom scripts.
9+
- **Cross-Platform**: Works on Linux, macOS, and Windows.
10+
- **Lightweight**: Minimal dependencies for quick setup.
11+
12+
## Installation
13+
14+
[official pypi link](https://pypi.org/project/ctfsolver)
815

916
```bash
10-
pip install .
17+
pip install ctfsolver
1118
```
19+
20+
## Usage
21+
22+
Either as a class or as a command-line tool.
23+
More documentation on the way.
24+
For now the documentation is autogenerated from docstrings using pdoc3
25+
26+
[ctfsolver](https://nikolasfil.github.io/CTFSolverScript/ctfsolver/)
27+
28+
## License
29+
30+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
31+
32+
## Contact
33+
34+
Feel free to open a ticket on the [GitHub Issues page](https://github.com/nikolasfil/CTFSolverScript/issues) for any questions or suggestions.

0 commit comments

Comments
 (0)