Skip to content
View Katlego-Motsoaledi's full-sized avatar

Block or report Katlego-Motsoaledi

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.

Content in all repositories owned by your account will be closed.
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
Katlego-Motsoaledi/README.md

Katlego Motsoaledi

Final Year IT Student | Aspiring Cybersecurity Analyst

I am a Software Development student with a growing focus on cybersecurity and security engineering. I enjoy building practical security tools and learning how systems can be protected from vulnerabilities and attacks.

Cybersecurity Projects

Web Vulnerability Scanner
Python tool that scans web pages for common security vulnerabilities and generates a structured security report.

Python Port Scanner
A network security tool that scans open ports on a target system and identifies potential entry points.

Password Manager
A secure password storage application demonstrating encryption and secure credential management.

Encrypted Chat Application
Prototype secure messaging system demonstrating encryption and secure communication principles.

CyberSecurityBot
An AI chatbot that teaches cybersecurity awareness and responds to user questions about security threats.

Technologies

Python
Linux
Networking
Cybersecurity Tools
Web Security
Git
Java
C#

Career Goal

I am actively working toward becoming a Cybersecurity Analyst / SOC Analyst, focusing on network security, vulnerability analysis, and security monitoring.

Connect With Me

LinkedIn: https://www.linkedin.com/in/katlego-motsoaledi

Pinned Loading

  1. vulnerability-scanner vulnerability-scanner Public

    This is a basic vulnerability scanner that checks services against the known CVE's

    Python

  2. python-port-scanner python-port-scanner Public

    This is beginner TCP(Transmission Control Protocol) port scanner built with Python on Kali Linux

    Python

  3. password-manager password-manager Public

    This is secure password manager with encryption built using Python and runs using Kali Linux

    Python

  4. EncryptionChatAppPrototype EncryptionChatAppPrototype Public

    This project is a multi-platform encrypted chat ecosystem consisting of a Server/Client and a Firebase-integrated Android Application.

    HTML

  5. CyberSecurityBot CyberSecurityBot Public

    A C# console-based chatbot that educates users about cybersecurity threats and safe online practices.

    C#

  6. web-vulnerability-scanner web-vulnerability-scanner Public

    A simple vulnerability scanner that detects reflected XXS, crawls webpages and analyses responses for injected scripts

    Python