https://github.com/r0x4r/letsrusty
A collection of Rust projects and practice exercises. Mostly CLI tools, automation scripts, and things I'm building to get better at Rust.
https://github.com/r0x4r/letsrusty
cybersecurity penetration-testing penetration-testing-tools rust rust-language rust-learning rust-script rust-tools security security-tools
Last synced: 10 days ago
JSON representation
A collection of Rust projects and practice exercises. Mostly CLI tools, automation scripts, and things I'm building to get better at Rust.
- Host: GitHub
- URL: https://github.com/r0x4r/letsrusty
- Owner: R0X4R
- License: mit
- Created: 2026-05-14T09:00:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-14T12:20:02.000Z (2 months ago)
- Last Synced: 2026-05-14T14:17:34.571Z (2 months ago)
- Topics: cybersecurity, penetration-testing, penetration-testing-tools, rust, rust-language, rust-learning, rust-script, rust-tools, security, security-tools
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Let's Get Rusty
A collection of Rust projects and practice exercises. Mostly CLI tools, automation scripts, and things I'm building to get better at Rust.
Feel free to look around, borrow code, or suggest improvements. Pull requests welcome.
## Tools
| Tool | Description |
|------|-------------|
| [bhed](bhed/) | High-performance duplicate line filter written in Rust, inspired by anew |
| [varoon](varoon/) | XSS parameter reflection scanner written in Rust |