https://github.com/samir897/rust_projects
Every projects made in native rust. This will include some command line interface (CLI) cybersecurity tool that is made by myself.
https://github.com/samir897/rust_projects
bugbounty cybersecurity kali rust rustlang subdomain-enumeration
Last synced: 3 months ago
JSON representation
Every projects made in native rust. This will include some command line interface (CLI) cybersecurity tool that is made by myself.
- Host: GitHub
- URL: https://github.com/samir897/rust_projects
- Owner: SAMIR897
- License: mit
- Created: 2026-01-17T08:50:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-03-24T18:35:02.000Z (3 months ago)
- Last Synced: 2026-03-25T23:52:08.525Z (3 months ago)
- Topics: bugbounty, cybersecurity, kali, rust, rustlang, subdomain-enumeration
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust_Projects
### on-chain tools, built in rust
*A personal collection of blockchain infrastructure & DeFi tooling. Click any card to visit the repo.*
---
A high-performance Rust utility for efficient batch distribution of ERC-20 tokens and native assets. Executes transactions to hundreds of recipients in a single call, significantly reducing gas costs — ideal for airdrops and payroll distributions.
---
A blazing-fast smart contract event indexer in Rust. Monitors blockchain logs in real-time, parsing and storing live data for low-latency querying — essential for responsive dApps that need immediate visibility into on-chain state changes and event-driven business logic.
---
A sophisticated Ethereum gas tracking tool providing real-time network congestion insights. Analyzes recent blocks to suggest optimal fees, with historical trend analysis and customizable alerts — so you never overpay or miss a critical transaction window.
---
A specialized tool that peers into the Ethereum txpool to analyze pending transactions before they are mined. Captures gas prices, target contracts, and timing data — providing a competitive edge for MEV research and real-time network analysis.
---
A lightweight blockchain built from the ground up in Rust. Demonstrates cryptographic hashing, block linking, Proof-of-Work consensus, and P2P networking — a perfect resource for understanding how decentralized blockchains operate at a fundamental level.
---
A robust utility to evaluate the performance and reliability of blockchain RPC nodes. Tracks latency, block height sync, and API availability across multiple networks simultaneously — indispensable for infra providers and dApp developers who demand high availability.
---
A secure CLI for generating hierarchical deterministic (HD) wallets via BIP-39 and BIP-44 standards. Supports seed phrase generation, key derivation, and transaction signing — all cryptographic operations happen locally, fully offline.
---
An advanced DeFi calculator for Liquidity Providers estimating impermanent loss and profitability within AMMs. Simulates price volatility and fee accrual to deliver clear risk-to-reward visualizations for data-driven LP decisions.
---