conedl

Crates.ioconedl
lib.rsconedl
version
sourcesrc
created_at2025-02-21 20:36:29.234917+00
updated_at2025-02-22 08:09:34.609122+00
descriptionA tool to download crackmes from crackmes.one
homepagehttps://gitlab.com/SpamixOfficial/conedl
repositoryhttps://gitlab.com/SpamixOfficial/conedl
max_upload_size
id1564674
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
SpamixOfficial (SpamixOfficial)

documentation

README

conedl

CLI tool to download crackmes from crackmes.one!

Installation

Just use cargo install conedl or cargo install --path . if you want to install the package from the git repository

Usage

Usage: conedl [OPTIONS] <CRACKME_URL>

Arguments:
  <CRACKME_URL>  Crackme URL, ex. https://crackmes.one/crackme/66ee30341070323296555610

Options:
  -o, --output <OUTPUT>  Output directory
  -h, --help             Print help
  -V, --version          Print version

Example usage:

conedl https://crackmes.one/crackme/66ee30341070323296555610 -o simple_ctf
Commit count: 0

cargo fmt