Skip to content
View 0xRadikal's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report 0xRadikal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
0xRadikal/README.md

divider

 Whoami (?)

const radikal: SecurityEngineer = {
  name:        "Mohammad Shirvani",
  alias:       ["0xRadikal", "Radikal.eth"],
  role:        "Web3 Security Engineer · Node Operator · Telegram Systems Builder",
  location:    "Iran 🇮🇷  ·  building for a borderless internet",
  focus:       ["Blockchain security", "Reverse engineering", "DePIN / Node ops",
                "Telegram automation at scale", "Anti-censorship infrastructure"],
  languages:   ["Python", "TypeScript", "JavaScript", "PHP", "SQL", "Solidity(read)"],
  currentlyBuilding: "Raydikalx — a self-healing Telegram VPN engine",
  philosophy:  "Systems aren't built for trends — they're built for endurance.",
  status:      "Open to Web3 security research & node-ops collaborations",
};

Security
Audits · Threat models · RE

Node Ops
17+ validators · 99.9% uptime

Telegram
8000+ users · solo-built

Web3
DeFi · DAO · TON · airdrops

divider

 Flagship Systems

Solo-designed, solo-built, solo-operated — from cryptography internals to community growth.

🛰️ Raydikalx — Telegram VPN Engine

@Raydikalx · 5,000 pure-active members in 3 months, solo-run · raydikalx-bot2,000 MAU

A production-grade, self-healing subscription engine.

  • 🔐 Pure-Python Happ crypt5 decryption — RSA-4096 (PKCS#1 v1.5) + ChaCha20-Poly1305, reverse-engineered & ported 1:1, 34/34 vectors validated
  • 🧠 Auto-keyset self-healing — marker-aware detection + cryptographically-safe brute-force with 54 candidate keys & auto-learn
  • 🗄️ Atomic encrypted backup/restore codec · single-consumer lease (race-free)
  • 🧩 Modular refactor — 9,591-line monolith → clean DAG package (12 modules, zero circular imports)
  • ⚙️ Marzban API · curl_cffi · circuit breaker · aiosqlite

Python Cryptography AsyncIO Reverse-Engineering

🎁 TgPriceNFT — Gifts & Price Tracker

@TgPriceNft · Telegram-Gifts-Price1,000 MAU

Real-time Telegram Gifts (NFT) & crypto price intelligence.

  • 📈 Server-side chart rendering with GD + ImageMagick
  • 🔀 Multi-source aggregation (giftcharts, hansha) · 24h / 7d / 30d windows
  • 🗓️ Jalali (Persian) date engine · price alerts · cron auto-updates
  • 💾 Automated DB backups · 99.9% uptime · <2s response
  • 🐘 PHP 8 · MySQL 8 · production-hardened

One of my best web services — ran flawlessly until the Iran internet outage.

PHP MySQL GD/ImageMagick Cron

🧠 CryptoPIA — DeFi Community

@crypttopiaa · YouTube @crypttopia

Persian DeFi education & analytics hub — grown 1,000 → 6,000+ active members. Research, on-chain analysis, and airdrop strategy.

Community DeFi Analytics Education

📝 Academic-Paper-Writer-Skill

Academic-Paper-Writer-Skill · MIT

A Claude skill for Q1-level Persian academic writing — 3 modes (full paper / section / edit), APA7·IEEE·Vancouver citations, EQUATOR checklists, with extra depth in security & networking.

AI-Skills Academic NLP Persian

divider

 Open-Source Portfolio

Repository What it does Stack
Free-v2ray-Configs Auto-updated free V2Ray configs every 30m — VLESS / VMess / Trojan / SS Python
Telegram-Config-Extractor Open-source V2Ray/Xray subscription decoder & config extractor Python
sonic-dm Automation tooling for the Sonic ecosystem JavaScript
kaleido-bot Kaleido network automation bot JavaScript
IRon-Gate Universal bridge — send everything to Rubika Python
Rivalz-ai Automated daily Rivalz fragment claiming JavaScript
Foam-Sanat Bilingual corporate website for Foam Sanat Industrial Group Next.js 15
PoWeb-Point Web-based presentation engine TypeScript
Javid-Naman 🕯️ Open archive & chronicle of Iran's civil protests JavaScript

➕ Also: Sonic-daily-tx · RadikPool · pipe-net · zkradikal · Raydikalx-Core · mhr-cfw · Chem-lab · and private production bots.

divider

 Tech Arsenal

Languages & Runtimes
Python TypeScript JavaScript PHP Node.js Bash

Frameworks & Frontend
Next.js React Tailwind Hono

Infra · Data · Security
Docker Linux Nginx MySQL SQLite Prometheus Grafana Cloudflare

Web3 · Blockchain
Ethereum TON Solana Optimism


skillicons

divider

 GitHub Analytics

profile summary repos per language most commit language stats productive time streak activity graph

divider

 Impact by the Numbers

🚀 Metric 📈 Result
Telegram members grown (solo) 8,000+ across @Raydikalx + @TgPriceNft + @crypttopiaa
@Raydikalx growth 5,000 pure-active members in 3 months
Bots in production 2,000 MAU (raydikalx-bot) + 1,000 MAU (Telegram-Gifts-Price)
Blockchain nodes operated 17+ validators (EVM / SVM / TON) · 99.9% uptime
Airdrop rewards secured $20,000+
Optimism community NFTs 500+ minted / distributed
Uptime / latency (services) 99.9% · <2s response

divider

💼  Professional Experience & Skill Matrix  (click to expand)

Exchange & Web3 roles — Business Development / Growth / Community: Crypttopia · Bitunix · LBank · BingX · KCEX

Core competencies

Domain Skills
🔐 Security Threat modeling · reverse engineering · cryptography (RSA / ChaCha20) · wallet & node security · forensics
🖥️ Node Ops Validator deployment · monitoring (Prometheus/Grafana) · uptime engineering · reward optimization
🤖 Automation Telegram bots at scale · async Python · circuit breakers · self-healing systems
📣 Growth Telegram advertising (full mastery) · organic community building · retention · analytics
🌐 Web Next.js / React / PHP full-stack · server-side rendering · charting engines
⛓️ Web3 DeFi · DAO · airdrop strategy · on-chain analysis · TON / EVM / SVM

Certifications & signals: ICDL · Optimism community contributor (500+ NFTs) · MBTI INTP

🧬  How I architect a resilient Telegram system  (click to expand)
flowchart LR
    U([👤 User]) -->|/start| BOT{Telegram Bot<br/>async · rate-limited}
    BOT --> AUTH[🔐 Auth &<br/>single-consumer lease]
    AUTH --> CORE[⚙️ Core Engine]
    CORE --> CRYPT[🧠 crypt5<br/>RSA-4096 + ChaCha20]
    CORE --> HEAL[🔁 Auto-keyset<br/>self-healing]
    CORE --> API[(🛰️ Marzban / Panel API)]
    CORE --> DB[(🗄️ aiosqlite)]
    DB --> BK[💾 Atomic encrypted<br/>backup codec]
    CORE --> CB[⛑️ Circuit breaker]
    CB --> API
    HEAL -.learns keys.-> CRYPT
    classDef sec fill:#7c3aed,stroke:#06b6d4,color:#fff;
    classDef data fill:#0f172a,stroke:#16a34a,color:#fff;
    class CRYPT,HEAL,AUTH,CB sec;
    class DB,BK,API data;
Loading

Design principles: fail-closed security, idempotent state, race-free consumers, and self-healing over manual intervention.

divider

🇮🇷 فارسی

typing-fa

محمد شیروانی (رادیکال) — مهندس امنیت وب۳ · اپراتور نود · سازندهٔ سیستم‌های تلگرامی

من محمد شیروانی هستم؛ پژوهشگر و توسعه‌دهندهٔ خودآموخته در حوزهٔ Web3، امنیت و اتوماسیون. سیستم‌هایی می‌سازم که در برابر خطا مقاوم، در برابر فشار شفاف و در برابر زمان پایدار بمانند.

دستاوردهای کلیدی:

  • 🛰️ کانال @Raydikalx — در ۳ ماه ۵٬۰۰۰ عضو خالص و فعال، کاملاً به‌تنهایی مدیریت‌شده، با بازدید بالا.
  • 🤖 ربات raydikalx-bot۲٬۰۰۰ کاربر فعال ماهانه؛ موتور VPN خودترمیم با رمزگشایی خالصِ پایتونیِ crypt5 (مهندسی معکوس).
  • 🎁 کانال @TgPriceNft و ربات Telegram-Gifts-Price۱٬۰۰۰ کاربر فعال ماهانه؛ یکی از بهترین سرویس‌های وبم که تا زمان قطعی اینترنت ایران بی‌نقص کار کرد.
  • 🧠 کامیونیتی CryptoPIA — رشد از ۱٬۰۰۰ به ۶٬۰۰۰+ عضو فعال.
  • 📝 اسکیل Academic-Paper-Writer-Skill — نگارش مقالهٔ علمی فارسی در سطح جهانی (Q1).
  • ⛓️ اپراتوری ۱۷+ نود بلاک‌چین با آپتایم ۹۹٫۹٪ · ایردراپ ۲۰٬۰۰۰+ دلار · تسلط کامل بر تبلیغات تلگرام.

«سیستم‌های رادیکال برای مد ساخته نمی‌شوند؛ برای ماندگاری ساخته می‌شوند.»

divider

 Let's Connect



"Security, precision, and autonomy — every line of code should echo these."

footer

Popular repositories Loading

  1. Free-v2ray-Configs Free-v2ray-Configs Public

    🔒 Free V2Ray configs auto-updated every 30m | VLESS, VMess, Trojan, Shadowsocks, Hysteria2, TUIC, Reality, WireGuard | subscription link | bypass censorship | Compatible with v2rayNG, Hiddify, Neko…

    Python 36 1

  2. sonic-dm sonic-dm Public

    JavaScript 12 1

  3. kaleido-bot kaleido-bot Public

    JavaScript 7

  4. Rivalz-ai Rivalz-ai Public

    Daily claim rivalz fragment

    JavaScript 4

  5. IRon-Gate IRon-Gate Public

    send Everything to Rubika

    Python 4

  6. PROJECTs PROJECTs Public

    3