EN / JP
← olbin.dev
Security Tooling

LogosCyber

Rust native GUI that turns natural-language prompts into Nuclei YAML templates via Gemini — then scans targets (optionally via Proton SOCKS kill-switch).

01. What it is

LogosCyber is a lightweight eframe / egui desktop app. Describe a check in plain language, generate a Nuclei-compatible YAML template with Gemini, and run it against a target immediately.

Authorized testing only. Do not scan systems without explicit permission. The authors accept no liability for misuse.

02. Key features

AI templates
  • Natural-language → Nuclei YAML
  • Quick editor in the center pane
  • Gemini safety tuned for security prompts
On-the-fly scan
  • Run generated or custom YAML
  • Load a whole template directory
  • Sequential multi-template runs
Traffic split
  • Gemini stays direct HTTPS
  • Scans default to socks5://127.0.0.1:1080
  • Require Proton proxy kill-switch

03. Build & use

git clone https://github.com/olbin-dev/logos-cyber.git
cd logos-cyber
cargo run --release

Needs Rust + a Google Gemini API key. For scanning, start Proton SOCKS via WireGuard + tunmux (see repo docs/PROTON_SOCKS.md), confirm Proxy: OK, then Generate → Run Quick Scan.

04. Privacy & scope

Gemini calls go to Google. Scan egress is yours to route (ideally Proton SOCKS). olbin.dev does not proxy either channel.

Related: Sovereign Systems Log · All projects

Source is open on GitHub.

View on GitHub Back to olbin.dev