Skip to content
View lkwads's full-sized avatar
  • home

Block or report lkwads

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 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
lkwads/README.md
Typing SVG

🧑‍💻 About Me

Hello! I am Mohamed Soussi, also known as lkwads.
I am currently studying at ESTG, specializing in Networking and Cybersecurity.
I have developed many projects available on my GitHub, and I am passionate about software development and cybersecurity.
I aim to improve myself in development, CTFs, and cybersecurity.

💻 Skills & Technologies

🛠️ Tools

Wireshark   

📡 TCPDump   

Nmap   

Burp Suite   

🗝️ John & Hashcat   

🔗 Netcat   

Snort

🚀 Projects

Scientific Calculator (C)

Built a fully functional scientific calculator in C without using math.h. It supports advanced calculations such as trigonometry, logarithms, and exponentiation. The project helped me learn low-level C programming and custom algorithm implementations. It’s a perfect demonstration of problem-solving with pure logic and C fundamentals.

Backdoor (C)

Developed a simple educational backdoor in C for learning socket programming and low-level networking. The project demonstrates secure remote communication, command execution, and client-server interaction. It helped me understand real-world network programming and security concepts in a controlled environment.

Ransomware (Python)

Implemented a Python-based educational ransomware using AES and RSA encryption for files. This project focuses on cryptography, file handling, and security testing in a safe environment. It helped me explore how encryption works and how to protect against malware attacks. Perfect for learning both offensive and defensive cybersecurity techniques.

Note App

Created a full-featured note application with account management, note creation, editing, and deletion. Users can also update profile information and passwords securely. The project demonstrates CRUD operations, user authentication, and clean interface design. It’s a practical app to practice Python, Django, and database integration.

C++ Validation Algorithm

Developed a small C++ program to validate user input efficiently using custom algorithms. It focuses on input sanitization, type checking, and logic validation without external libraries. This project helped me strengthen my C++ programming skills and understanding of algorithmic thinking.

🎯 Objective

My goal is to become an expert in networking, cybersecurity, and development, pushing my skills to the next level.
I aim to participate in advanced CTF challenges and forensics competitions to sharpen my problem-solving abilities.
I want to create innovative and secure projects, combining system programming, low-level development, and modern technologies.
I am passionate about learning new tools and techniques in networking, cybersecurity, programming, and penetration testing.
My mission is to contribute to open-source projects, collaborate with professionals, and grow as a proactive cybersecurity expert.
I strive to continuously evolve my knowledge, making an impact in both education and real-world cybersecurity challenges.

Pinned Loading

  1. Scientific-calculator Scientific-calculator Public

    Scientific calculator written in C without using math.h. Implements arithmetic, trigonometric, exponential, logarithmic, power, factorial, and root functions using Taylor series, Newton–Raphson met…

    C 1

  2. luhn_algorithm luhn_algorithm Public

    A simple C++ console app that validates card or CIN numbers using the Luhn algorithm. It checks if a number is valid by performing digit-based calculations and returns the result. Useful for unders…

    C++

  3. ransomware ransomware Public

    Ransomware is a type of malware that restricts access to computer systems or files, typically by encrypting them, and demands a ransom payment for their release. Essentially, it's a digital hostage…

    Python 1

  4. Notes_App.io Notes_App.io Public

    A simple and secure Notes app built with Django. It allows users to create, edit, and organize notes effortlessly with user authentication, ensuring privacy. Clean design and robust backend make no…

    Python 1

  5. backdoor backdoor Public

    the is projects is creat backdoor in any pc to downloads file from it and also uploads it and scroll browse target pc

    Python 1

  6. Backdoor_with_c Backdoor_with_c Public

    simple backdoor with c download and upload file to target machine and also running command on the target machine

    C