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

Sponsors

Private Sponsor
Private Sponsor
Private Sponsor
@sureshreddy197
@malkam-t1
@jeetyadav9
Private Sponsor

Organizations

@recodehive @Nova-Kernels @Trinity-ROMS @mt6785-wahid @lunar-begonia @halfloafhq @lixtanetwork

Block or report Wahid7852

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
Wahid7852/README.md

Hey, I'm Wahid 👋

Profile Views

#include <stdio.h>

typedef struct {
    const char *name;
    const char *edu;
    const char *kernel;
    const char *thm;
    const char *skills[6];
    const char *motto;
} Engineer;

int main(void) {
    Engineer me = {
        .name   = "Abdul Wahid Khan",
        .edu    = "M.Sc. Cyber Security — NFSU (pursuing)",
        .kernel = "Nova-Kernels · MT6785 · Android 15 · KernelSU",
        .thm    = "TryHackMe Top 2% · GURU [0xC] · 108 rooms",
        .skills = { "penetration testing", "kernel development",
                    "cloud security", "binary exploitation",
                    "DevSecOps", "CTF" },
        .motto  = "I break systems to understand them. Then I harden them.",
    };

    printf("name   : %s\n", me.name);
    printf("edu    : %s\n", me.edu);
    printf("kernel : %s\n", me.kernel);
    printf("thm    : %s\n", me.thm);
    printf("skills : ");
    for (int i = 0; i < 6; i++)
        printf("%s%s", me.skills[i], i < 5 ? ", " : "\n");
    printf("motto  : \"%s\"\n", me.motto);

    return 0;
}

M.Sc. Cyber Security student at NFSU and DevSecOps Engineer at Lixta Networks, working on cloud security, CI/CD hardening, and infrastructure automation across AWS and Azure.

Founder of @Nova-Kernels - custom Android Linux kernels for Xiaomi MT6785 targeting Android 15, with KernelSU integration, CPU scheduler tuning, and I/O optimisations.

CTF competitor on TryHackMe (Top 2% globally) across pwn, crypto, RE, binary exploitation, web, and forensics.

My active projects:

  • Sentry - runtime dependency threat detection across pip/npm/cargo with CVE enforcement via OSV API
  • CIVIC Sentinel - Aadhaar anomaly detection using Isolation Forest, Z-score, and LOF with a Streamlit dashboard
  • UnTor - Tor circuit reconstruction from PCAP via Stem and flow-timing correlation

Check my site for more.

Streak

[Activity Graph]

Pinned Loading

  1. trawld trawld Public

    Package vulnerability monitoring for developer fleets - auto-discovers projects, scans dependencies against OSV, and streams live alerts to a real-time dashboard.

    JavaScript 12 2

  2. MotionDetection_Based_IP-Pinger MotionDetection_Based_IP-Pinger Public

    This project utilizes webcam motion detection to trigger actions on a computer. When motion is detected, it opens a PowerPoint presentation in full-screen mode and pings different groups of IP addr…

    Python 11

  3. untor-tor untor-tor Public

    Tor traffic analysis platform for extracting, classifying, and visualizing Tor network flows from PCAPs

    Python 8

  4. civic-sentinel civic-sentinel Public

    Aadhaar Governance & Oversight Analytics System | A professional-grade analytical framework for monitoring Aadhaar ecosystem behaviour, detecting irregularities, and ensuring data integrity.

    Python 1

  5. Nova-Kernels/kernel_xiaomi_mt6785 Nova-Kernels/kernel_xiaomi_mt6785 Public

    Kernels for Redmi Note 8 Pro (Begonia)

    C 42 36

  6. AutoInstaller_Proj AutoInstaller_Proj Public

    Python-based desktop application designed to streamline the process of installing software packages across multiple computers in IT and CS labs. With a user-friendly interface and seamless communic…

    Python 3 1