Skip to content
View sayan9168's full-sized avatar

Block or report sayan9168

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.

Content in all repositories owned by your account will be closed.
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
sayan9168/README.md
Typing SVG

🔐 Building the Future of Secure Systems


GitHub followers Visitors Repos Commits


LinkedIn Instagram Gmail



🧬 About Me

#!/usr/bin/env python3
"""Sayan Mahata — System Architect & Security Researcher"""

class SayanMahata:
    def __init__(self):
        self.name = "Sayan Mahata"
        self.role = "System Architect & Security Researcher"
        self.organization = "Sayanox Private Limited"
        self.position = "Founder & Lead Engineer"
        self.location = "India 🇮🇳"
        self.email = "sm6881164@gmail.com"
        self.linkedin = "linkedin.com/in/sayan-mahata-a8b321391"
        self.instagram = "@_sayyyyan"

        self.focus_areas = [
            "Custom Programming Language Design (Compilers, VMs, Type Systems)",
            "AI-Native Security & Autonomous Penetration Testing",
            "Kernel Research, Reverse Engineering & Exploit Development",
            "OSINT, Threat Intelligence & Digital Forensics",
            "Blockchain, Cryptography & Decentralized Systems",
            "Full-Stack Development & Cloud Architecture",
        ]

    def certifications(self) -> list:
        return [
            "Cisco Certified Ethical Hacker (CEH)",
            "AWS AI Cloud Practitioner",
        ]

    def current_mission(self) -> str:
        return "Building Falcon — a next-gen systems programming language from scratch"

    def philosophy(self) -> str:
        return "Security is not a feature. It is the foundation."

    def open_to(self) -> list:
        return [
            "Security Research Collaborations",
            "Systems Programming Roles",
            "Open Source Contributions",
            "Consulting & Advisory",
            "Speaking Engagements",
        ]

if __name__ == "__main__":
    me = SayanMahata()
    print(f"🔐 {me.name} | {me.role}")
    print(f"🏢 {me.position} @ {me.organization}")
    print(f"📧 {me.email}")
    print(f"💡 {me.philosophy()}")

🎯 What I Bring to the Table

🏗️ Architecture 🛡️ Security 🤖 AI/ML 🌐 Full-Stack
Designed 3+ custom languages Autonomous pentest engines Neural network-driven attacks Next.js + Three.js apps
Built blockchain from scratch Zero-knowledge crypto systems AI-powered threat detection Cloud-native deployments
Kernel-level systems OSINT & forensics platforms ML model optimization API design & microservices

🛠️ Complete Tech Arsenal

🔤 Programming Languages

Python Rust Go C C++ C# Java JavaScript TypeScript PHP Ruby Swift Kotlin Lua Perl Assembly Bash PowerShell SQL HTML5 CSS3 Dart Scala Haskell Falcon AuraCode

🏗️ Frameworks & Libraries

Next.js React Node.js Express Flask Django FastAPI Three.js TailwindCSS Flutter Spring .NET

🛡️ Security & Research

Kali Linux Wireshark Burp Suite Metasploit Nmap Ghidra IDA Pro John the Ripper Hashcat OWASP

☁️ Cloud, DevOps & AI

AWS Azure GCP Docker Kubernetes Terraform GitHub Actions Jenkins Nginx TensorFlow PyTorch Scikit-learn OpenCV Hugging Face

🗄️ Databases

PostgreSQL MySQL MongoDB Redis SQLite Elasticsearch Neo4j

🔧 Tools & Platforms

Linux Git Vim VS Code Figma Postman Jira Notion


🚀 Featured Projects

🦅 FalconCore

Custom Systems Programming Language

A from-scratch programming language featuring a custom lexer, parser, compiler, virtual machine, and static type system. Designed for performance-critical security tooling with zero-cost abstractions.

Compiler Design VM Type System LLVM Rust C

Stars Forks

🧠 NeuralPentest-v5

AI-Native Penetration Testing Engine

Autonomous pentest framework powered by deep neural networks. Performs multi-stage reconnaissance, vulnerability exploitation, privilege escalation, and automated reporting with minimal human intervention.

Deep Learning Security Automation Python PyTorch

Stars Forks

🌐 NexusOSINT

Open Source Intelligence Platform

Enterprise-grade OSINT framework for digital footprint analysis, social media enumeration, dark web monitoring, and real-time threat intelligence aggregation across 50+ data sources.

OSINT Threat Intel APIs Python Go Elasticsearch

Stars Forks

🔐 AOX-SecureVault

Zero-Knowledge Encrypted Storage

Military-grade encrypted vault implementing zero-knowledge proof architecture. AES-256-GCM client-side encryption ensures data sovereignty. Features secure key derivation via Argon2id.

Cryptography Zero-Knowledge AES-256 Argon2id Rust

Stars Forks

⛓️ SayanoxChain

Decentralized Blockchain Framework

High-performance blockchain with custom BFT consensus mechanism, EVM-compatible smart contracts, P2P gossip networking, and Merkle Patricia Trie state storage.

Blockchain Consensus P2P Smart Contracts Rust Go

Stars Forks

🎨 AuraCode

Visual Programming Environment

Node-based visual programming IDE with real-time 3D rendering for rapid prototyping of security workflows, data pipelines, and automation orchestration.

Visual Programming IDE Next.js Three.js TypeScript

Stars Forks


📊 GitHub Analytics

GitHub Stats Top Languages



Streak

📈 Contribution Activity

Activity Graph


🏢 Organization

🏛️ Sayanox Private Limited

Building the next generation of secure infrastructure, programming languages, and AI-driven security systems.


Security Engineering AI/ML Compiler Design Blockchain Cloud Architecture Threat Intelligence


Role: Founder & Lead Engineer


📜 Certifications & Credentials

🎓 Certification 🏛️ Issuer 🔑 Focus
Certified Ethical Hacker (CEH) Cisco Penetration Testing, Network Security
AI Cloud Practitioner AWS Cloud AI/ML, Infrastructure

💼 Open to Opportunities

✅ Currently Available For:

Opportunity Details
🔒 Security Research Roles Pentesting, Red Teaming, Vulnerability Research
🏗️ Systems Engineering Compiler Development, OS/Kernel Work
🤖 AI/ML Security Adversarial ML, AI Safety, Threat Detection
🌐 Full-Stack Development Cloud-Native Apps, Security-First Architecture
📝 Consulting & Advisory Security Audits, Architecture Reviews
🎤 Speaking & Writing Conferences, Workshops, Technical Content

🤝 Let's Connect

I'm always excited to discuss security research, language design, collaborative projects, or any interesting technical challenge.


LinkedIn Gmail Instagram GitHub


📧 For business inquiries: sm6881164@gmail.com



"The best defense is understanding the offense. The best offense is building something they can't break."


© 2026 Sayan Mahata · Sayanox Private Limited · All Rights Reserved


Pinned Loading

  1. NeuralPentest-v5-Singularity NeuralPentest-v5-Singularity Public template

    World's First Production-Ready Neural Network Autonomous Pentesting Framework (v4.0.0) - Blockchain + AI Ethics + Neural Interfaces + Bio-Inspired + PPO RL + Transformer + Quantum Cryptography

  2. Kernel-X-Unlocker Kernel-X-Unlocker Public

    An advanced Android kernel exploitation tool designed to bypass File-Based Encryption (FBE) and screen locks using Zero-Day vulnerabilities. (Educational & Research Purpose).

    Python 3 1

  3. neural-ghost-protocol neural-ghost-protocol Public

    An advanced AI-resistant steganography tool that injects adversarial noise and encrypted payloads into images, preventing detection by forensic tools and AI-driven scanners.

    Python 1 1

  4. sayan-sec-tool sayan-sec-tool Public

    🔬 Advanced Web Security Research Tool for Educational Purposes | Python-based Burp Suite Alternative | CEH Learning Project | Features: Proxy, Scanner, Repeater, XSS/SQLi Detector

    Python

  5. GridCloud-Sentinel GridCloud-Sentinel Public

    Python