Skip to content
View orgito1015's full-sized avatar

Highlights

  • Pro

Organizations

@Cybersecurity-Enthusiasts-CE @TechWithOrgito @JACSE-Journal

Block or report orgito1015

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
orgito1015/README.md
   _____ __ _______ ___                   _                     _____  _____   ___  ______ ____  _____ _____  ___  _____  __ 
  / ____/_ |__   __/ _ \                 | |                   |  __ \|  __ \ / _ \|  ____|___ \| ____| ____|/ _ \|  __ \/_ |
 | |  __ | |  | | | | | |      __ _      | | __       __ _     | |__) | |__) | | | | |__    __) | |__ | |__ | | | | |__) || |
 | | |_ || |  | | | | | |     / _` |     | |/ /      / _` |    |  ___/|  _  /| | | |  __|  |__ <|___ \|___ \| | | |  _  / | |
 | |__| || |  | | | |_| |    | (_| |  _  |   <   _  | (_| |    | |    | | \ \| |_| | |     ___) |___) |___) | |_| | | \ \ | |
  \_____||_|  |_|  \___/      \__,_| (_) |_|\_\ (_)  \__,_|    |_|    |_|  \_\\___/|_|    |____/|____/|____/ \___/|_|  \_\|_|

Profile Views GitHub followers GitHub Stars

GitHub contribution snake

👨‍💻 Orgito Leka

G1t0 · Pr0f3550r1

Cybersecurity Researcher · Software Engineer · Computer Science & 42 Network Student

LinkedIn GitHub X HackTheBox TryHackMe


About Me

Cybersecurity-focused software engineer with practical experience in system security, web application security, and low-level programming.

Currently completing the 42 Common Core, with emphasis on C programming, memory management, operating system fundamentals, and secure software design.

Active contributor to open-source ecosystems (Fedora Project) and continuous learner through CTFs, vulnerability research, and hands-on security experimentation.

"Security is not a product, but a process." – Building secure systems through deep understanding and responsible disclosure.


Founded Organizations

Organizations I have created and actively maintain on GitHub:

Organization Description Link
JACSE Journal of Applied Cybersecurity & Systems Engineering https://github.com/JACSE-Journal
Tech With Orgito Exploring and sharing the best in cybersecurity—tools, articles, books, and more! https://github.com/TechWithOrgito
Cybersecurity Enthusiasts from 42 Cybersecurity Community https://github.com/Cybersecurity-Enthusiasts-from-42

Note: This section displays only organizations where I am the founder and creator,
not organizations where I am merely a member or contributor.

Technologies

AWS Docker Kubernetes Linux Node.js PyTorch React Redis Spring TensorFlow

Security Frameworks & Methodologies

Framework Focus Area Proficiency
OWASP Testing Guide Web application security testing ⭐⭐⭐⭐⭐
MITRE ATT&CK Threat intelligence and tactics ⭐⭐⭐⭐
NIST Cybersecurity Framework Risk management and security controls ⭐⭐⭐⭐
PTES Penetration testing methodology ⭐⭐⭐⭐
OSSTMM Security testing methodology ⭐⭐⭐

Certifications & Learning Path

Current Certifications

| Current Certifications | https://www.credly.com/users/orgito-leka |


📊 GitHub Statistics

GitHub Stats Top Languages GitHub Streak Contribution Graph

Achievements & Highlights

 Active CTF Competitor              OWASP Top 10 Practitioner
 Security Researcher                Open Source Contributor
 Secure Software Developer          42 Network Student
 Linux Security Enthusiast          DevSecOps Advocate

📫 Connect With Me


Join my Discord Community

Platform Link
💬📢 Discord CyberSecurity Enthusiasts

💡 Philosophy

def security_mindset():
    """
    Security is not about making something completely unbreakable,
    but about making the cost of breaking it exceed the value gained.
    """
    principles = {
        'defense_in_depth': True,
        'least_privilege': True,
        'fail_securely': True,
        'security_by_design': True,
        'continuous_learning': True
    }
    
    while True:
        learn()
        practice()
        share_knowledge()
        improve_security()

🔐 "Hack the Planet Responsibly" 🔐

Focused on understanding systems deeply, identifying weaknesses responsibly,
and improving security through sound engineering practices.


Last Updated: January 2026

Made with ❤️ and ☕

Pinned Loading

  1. 42-Common-Core-Progress 42-Common-Core-Progress Public

    A structured and organized tracker for my progress through the 42 Common Core curriculum. Includes project status, evaluations, resources, notes, and solutions to help others follow the journey and…

    C 18

  2. Rust-in-the-Linux-Kernel Rust-in-the-Linux-Kernel Public

    Rust 1

  3. free-cybersecurity-certifications free-cybersecurity-certifications Public

    In this repository, you will find a collection of free cybersecurity courses, each offering a certificate upon completion.

    2

  4. hacking-books hacking-books Public

    E-books related to hacking helps you to know more about hacking

    1

  5. ipv4-subnet-calculator-c-asm ipv4-subnet-calculator-c-asm Public

    IPv4 Subnet Calculator built with C and x86-64 Assembly, demonstrating low-level TCP/IP subnetting and systems programming principles.

    C