Skip to content
View karthik558's full-sized avatar
🟢
Hacking systems, not relationships. 🚫
🟢
Hacking systems, not relationships. 🚫

Block or report karthik558

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
karthik558/README.md

KARTHIK LAL

Cybersecurity | Kernel Development | Web Development | Graphics Design


Profile ViewsGitHub FollowersGitHub Stars

GitHub StatsStreak Stats

About Me

struct About {
    interests: Vec<&'static str>,
    tech_stack: Vec<&'static str>,
    education: &'static str,
    focus: &'static str,
    updated_at: &'static str,
}

fn main() {
    let about_me = About {
        interests: vec![
            "Cybersecurity",
            "Web Development", 
            "Linux Kernel Development",
            "Graphics Design"
        ],
        tech_stack: vec!["C/C++", "Rust", "Shell/Bash", "Python", "React", "TypeScript", "Design Tools"],
        education: "Pursuing MCA at Uttaranchal University, Dehradun",
        focus: "System-level programming, security, and visual design",
        updated_at: "2025-04-03",
    };
}

Currently Working On

Most Starred Projects

ProjectStarsDescription
ddos-attacksAn educational tool simulating DDoS attacks to better understand system vulnerabilities and protection measures. Not for malicious use.
CleanWindowsProOptimize Windows system performance and stability with this script designed to clean junk files and repair corrupted system files.
setup_hack_envA versatile collection of scripts designed for OSINT, ethical hacking, and web application security testing.
GitHub Trophies

Latest Projects

struct Project {
    char* name;
    char* description;
    char* url;
    char* technologies[5];
};

int main() {
    struct Project projects[] = {
        {
            "GuestIT-Portal",
            "A Modern, Feature-Rich Guest IT Portal Application",
            "https://.com/karthik558/GuestIT-Portal",
            {"React", "TypeScript", "Supabase", "Tailwind CSS", "Auth0"}
        },
        {
            "Rust-Ping",
            "Fast, Rust-powered network monitoring tool inspired by PRTG",
            "https://.com/karthik558/Rust-Ping",
            {"Rust", "Tokio", "Network Monitoring", "PRTG-Alternative", "Prometheus"}
        },
        {
            "Rust-Crypt",
            "Lightweight yet powerful file encryption utility",
            "https://.com/karthik558/Rust-Crypt",
            {"Rust", "Cryptography", "AES-256-GCM", "Argon2", "Security"}
        }
    };
    
    return 0;
}

Technical Proficiencies

function TechnicalSkills() {
  const skills = {
    languages: ["C", "C++", "Rust", "Shell", "Python", "JavaScript", "TypeScript"],
    platforms: ["Linux", "Android", "Windows", "macOS"],
    frameworks: ["React", "Vite", "Next.js"],
    tools: ["Git", "", "VS Code", "Docker"],
    security: ["Penetration Testing", "Vulnerability Assessment", "Network Security"],
    design: ["Photoshop", "Illustrator", "Figma"]
  };

  return (
    <div className="skills-container">
      {Object.entries(skills).map(([category, items]) => (
        <SkillCategory key={category} title={category} skills={items} />
      ))}
    </div>
  );
}

Activity Graph

GitHub Activity Graph

Languages & Tools

HTML5CSS3JavaScriptNext.jsSupabaseBashCC++RustPythonTypeScriptReactLinuxGitFigmaPhotoshopIllustratorVisual StudioAndroid StudioVMware

Top Languages

Most Used Languages

Contact Information

struct Contact {
    : &'static str,
    linkedin: &'static str,
    portfolio: &'static str,
}

fn main() {
    let my_contact = Contact {
        : "https://.com/karthik558",
        linkedin: "https://www.linkedin.com/in/karthiklal",
        portfolio: "https://karthiklal.in",
    };
}

Pinned Loading

  1. ddos-attackddos-attackPublic

    This script is designed for educational purposes only and allows users to simulate a DDoS attack. Please note that hacking is illegal and this script should not be used for any malicious activities…

    Python 224 66

  2. MsM-4.14-RyZeNMsM-4.14-RyZeNPublic

    This is the kernel source code for "REDMI NOTE 7 PRO". Please exercise caution while working with kernel code, as force pushing can be risky. Use it to build custom kernels and modify the functiona…

    C 53 25

  3. setup_hack_envsetup_hack_envPublic template

    This is a versatile collection of scripts designed for OSINT, ethical hacking, and web application security testing. With a focus on automation and efficiency, these tools are ideal for streamlinin…

    Python 71 12

  4. CleanWindowsProCleanWindowsProPublic

    Optimize Windows system performance and stability with this script designed to clean junk files and repair corrupted system files. Achieve better efficiency with ease.

    Batchfile 70 11

  5. Splash-MakerSplash-MakerPublic template

    This is a tool designed to help you create personalized SPLASH SCREENS for your device. With this tool, you can easily customize the boot screen and make it unique to your preferences.

    Batchfile 51 10

  6. CyberCyberPublic

    Cyber is a modern, secure password generator that helps you create strong, unique passwords for your accounts. Built with React and TypeScript, it offers a beautiful, responsive interface wit…

    TypeScript 41 16