Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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 GitHub 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 Views GitHub Followers GitHub Stars

GitHub Stats Streak 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

Project Stars Description
ddos-attacks An educational tool simulating DDoS attacks to better understand system vulnerabilities and protection measures. Not for malicious use.
CleanWindowsPro Optimize Windows system performance and stability with this script designed to clean junk files and repair corrupted system files.
setup_hack_env A 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://github.com/karthik558/GuestIT-Portal",
            {"React", "TypeScript", "Supabase", "Tailwind CSS", "Auth0"}
        },
        {
            "Rust-Ping",
            "Fast, Rust-powered network monitoring tool inspired by PRTG",
            "https://github.com/karthik558/Rust-Ping",
            {"Rust", "Tokio", "Network Monitoring", "PRTG-Alternative", "Prometheus"}
        },
        {
            "Rust-Crypt",
            "Lightweight yet powerful file encryption utility",
            "https://github.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", "GitHub", "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

HTML5 CSS3 JavaScript Next.js Supabase Bash C C++ Rust Python TypeScript React Linux Git Figma Photoshop Illustrator Visual Studio Android Studio VMware

Top Languages

Most Used Languages

Contact Information

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

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

Pinned Loading

  1. ddos-attack ddos-attack Public

    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 212 62

  2. MsM-4.14-RyZeN MsM-4.14-RyZeN Public

    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 51 25

  3. setup_hack_env setup_hack_env Public 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 64 12

  4. CleanWindowsPro CleanWindowsPro Public

    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 66 11

  5. Splash-Maker Splash-Maker Public 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 50 10

  6. CyberKeyGen CyberKeyGen Public

    CyberKeyGen 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 38 16