https://github.com/boreec/toolkit-ctf
Rust library with tools to solve various CTF problems.
https://github.com/boreec/toolkit-ctf
Last synced: about 1 year ago
JSON representation
Rust library with tools to solve various CTF problems.
- Host: GitHub
- URL: https://github.com/boreec/toolkit-ctf
- Owner: boreec
- Created: 2024-02-29T10:00:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:31:21.000Z (about 2 years ago)
- Last Synced: 2024-04-14T03:46:11.631Z (about 2 years ago)
- Language: Rust
- Size: 596 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
toolkit-ctf (WIP)
======
A collection of tools for solving CTFs and related problems.
# examples
Build or run example files:
```console
cargo build --examples
cargo run --example base16
cargo run --example passphrase
cargo run --example primality
cargo run --example crypto_hack
```
# data
- [English 30k frequent words list](https://wortschatz.uni-leipzig.de/en/download/English)