Skip to content

Releases: Chintanpatel24/torot

Torot-v4.0.0

Choose a tag to compare

@Chintanpatel24 Chintanpatel24 released this 07 May 13:26
a339d90

Full Changelog: v3.1.1...v4.0.0

Torot-v3.1.1

Choose a tag to compare

@Chintanpatel24 Chintanpatel24 released this 05 May 10:46
3d5fe47

What was broken and what got fixed

Bug 1 - Corrupt directory in zip

The original mkdir -p command used shell brace expansion syntax literally, creating a directory named {src-tauri...} inside the project. That's been removed and the project structure is now clean.

Bug 2 - install.sh running tauri from the wrong directory

The script was calling npm run tauri build from wherever it was executed from instead of cd "$TOROT_DIR" first. Fixed — it now always cds >to the script's own directory before running any build commands.

Bug 3 - Missing glob crate in Cargo.toml

lib.rs called glob::glob(...) but glob = "0.3" was missing from [dependencies]. The Rust build would have failed. Added.

Bug 4 - Unused deps in Cargo.toml

chrono, log, env_logger, regex were listed but never imported. Removed to prevent compiler warnings.

Bug 5 - Invalid tauri.conf.json shell plugin config

The "execute": true, "sidecar": false keys don't exist in Tauri v2's shell plugin schema. Replaced with the correct v2 format and added a >proper src-tauri/capabilities/default.json with shell:allow-execute permission.

Torot-v3.0.0

Choose a tag to compare

@Chintanpatel24 Chintanpatel24 released this 04 May 14:13
420c663

Full Changelog: v2.0.0...v3.0.0

@updatedTorot-v2.0.0

Choose a tag to compare

@Chintanpatel24 Chintanpatel24 released this 01 May 01:32
239d864

Full Changelog: v2.0.0...v2.0.0-updated

Torot-v2.0.0

Choose a tag to compare

@Chintanpatel24 Chintanpatel24 released this 01 May 01:08
fc7a3bd
  1. Accepts any input - folder path, contract address, or a plain security question
  2. Detects the domain - blockchain, web app, binary, or API automatically
  3. Builds an attack plan - AI generates a step-by-step assessment plan
  4. Asks your approval - semi-auto mode: you approve or skip each step
  5. Runs all tools in parallel - every installed tool fires concurrently
  6. Streams everything live - top pane shows all tool output in real time
  7. Analyses findings with AI - brain reviews each finding, writes PoC and disclosure
  8. Persists to memory - SQLite database remembers every session and finding
  9. Exports full reports - Markdown with reproduction guides, Foundry tests, video guides