Projects

IoT Device Vulnerability Scanner : VulnerScanner

Developed a comprehensive solution for identifying vulnerabilities in IoT devices and networks.

  • Created a tool to scan and identify security weaknesses in IoT devices and their networks.
  • Focused on detecting common vulnerabilities such as weak authentication, unsecured communications, and misconfigurations.
  • Provided actionable insights for improving IoT device security and minimizing exposure to cyber threats.
  • Leveraged network scanning and vulnerability assessment techniques to ensure thorough device evaluation.

Link : www.github.com/Jevaa-kharthik/VulnerScanner

Malware for Privilege Escalation in C Programming

Developed a proof-of-concept malware in C for educational purposes to demonstrate privilege escalation techniques.

  • Designed and implemented a tool to simulate privilege escalation vulnerabilities in a controlled, ethical environment.
  • Focused on understanding and exploiting flaws in system security mechanisms to elevate user privileges.
  • Used this project to learn about system internals, security weaknesses, and methods for mitigating such vulnerabilities.
  • The project was conducted in an ethical hacking context, contributing to knowledge of securing systems against privilege escalation attacks.

Link : www.github.com/Jevaa-kharthik/Malware-C

Packet Capture in C Programming

Developed a network packet capture tool using C to analyze network traffic.

  • Implemented packet sniffing and capturing functionality using raw sockets.
  • Analyzed packet headers (Ethernet, IP, TCP/UDP) to extract and display relevant data.
  • Designed the tool to filter specific traffic and display it in real-time.

Link : www.github.com/Jevaa-kharthik/Capture-packet-C

Command Line Password Manager - PyPI

Developed a Python-based command-line password manager for securely storing and managing sensitive information.

  • Implemented strong encryption algorithms to protect passwords and sensitive data.
  • Designed a simple and user-friendly command-line interface for easy management.
  • Published the tool on PyPI, making it accessible for developers and users who prioritize security.

Link : www.github.com/Jevaa-kharthik/Password_Manager

Firewall Defense Strategy Against DDoS Attacks

Developed a robust firewall strategy to protect networks from DDoS attacks.

  • Designed and implemented a multi-layered firewall defense to detect and mitigate DDoS attacks.
  • Configured rate-limiting, IP blacklisting, and traffic filtering to prevent overload.
  • Employed real-time monitoring and analysis to identify and block malicious traffic.

Link : www.github.com/Jevaa-kharthik/MATHHUB

Distributed Calculation System Using Sockets

Developed a multi-server system for distributed computation using sockets.

  • Built a Linux-based system where multiple servers handle computational tasks via socket connections.
  • Integrated the bc tool for handling calculations on each server.
  • Efficiently distributed tasks across servers, optimizing computation and reducing load on individual systems.
  • Enabled real-time communication and task synchronization between clients and servers.

Link : www.github.com/Jevaa-kharthik/multi-math-server

Command Line File Encryption - PyPI

Developed a Python package for file encryption and decryption via the command line.

  • Created a simple, user-friendly CLI tool to encrypt and decrypt files using strong cryptographic algorithms.
  • Published the package on PyPI, making it easily accessible for developers and users.
  • Implemented support for various encryption algorithms, ensuring robust file security.
  • Focused on ease of use, providing seamless integration for quick file protection.

Link : www.github.com/Jevaa-kharthik/Command-Line-File-Encryption

Command Line Password Manager - PyPI

Developed a Python package for secure password management via the command line.

  • Created a CLI tool to store and manage passwords and sensitive information securely.
  • Published the package on PyPI, offering easy access for developers and users.
  • Implemented encryption to protect stored data and ensured a simple user interface for managing credentials.

Link : www.github.com/Jevaa-kharthik/Password_Manager

PHP Website Vulnerability Exploration Project

Created a tool to simulate DDoS attacks for testing network resilience.

  • Conducted thorough security assessments using automated scanning tools and manual testing techniques.
  • Identified common vulnerabilities such as SQL injection, XSS, and CSRF in PHP websites.
  • Applied security best practices to patch vulnerabilities and enhance website security.
  • Leveraged tools like Burp Suite and OWASP ZAP for vulnerability scanning and testing.

Link : www.github.com/Jevaa-kharthik/photogram

DDoS Attack Simulation

Created a tool to simulate DDoS attacks for testing network resilience.

  • Simulated various DDoS attack types (UDP flood, SYN flood) using Python and socket programming.
  • Evaluated the impact on network performance and server stability.
  • Implemented defenses to test mitigation strategies against attacks.

Link : www.github.com/Jevaa-kharthik/Dos-Tool