TheLeopard65
I am a cybersecurity student at Air University, Islamabad, and an enthusiast of pen-testing & CTFs.
Islamabad, Pakistan
Pinned Repositories
Certification-Exam-Notes
Welcome to my comprehensive repository of exam notes for various cybersecurity certifications. This repository is designed to help aspiring cybersecurity students and professionals prepare for their certification exams by providing detailed notes, key concepts, and study tips.
CTF-Tracker-BOT
A Discord bot that keeps you updated on Capture The Flag (CTF) events! With real-time data from CTFTime, it provides upcoming event listings, team stats, and comparisons. Admins can compare teams' performances, track top CTF events, and more using simple slash commands. Perfect for CTF enthusiasts and communities!.
CTF-Writeups-2024
Dos-Guard
This is a Test tool i made for a DDOS Detector. It captures packets and shows them on a web application interface. It was a part of my 2ND SEMESTER Object Oriented Project "FIXER BOTNET"
Fix-Flooder
These are a couple of DDOS Attack methods That i created in order to Test my Fixer Botnet. It was a part of my 2ND SEMESTER Object Oriented Project "FIXER BOTNET"
Fixer-Botnet
Fixer Botnet is a lightweight Python-based botnet framework designed for educational purposes. With a focus on simplicity and ease of use, it provides a foundation for understanding how botnets operate and can be used to experiment with basic botnet functionality in a controlled environment.
pentest-101
This repository provides a single file containing a cheat sheet for privilege escalation techniques on Unix/Linux-like operating systems. It includes a collection of useful commands and tips for identifying potential privilege escalation vectors, designed for security professionals, enthusiasts and especially penetration testers.
SSH-Honeypot
This Python code sets up a basic honeypot using Flask and Paramiko. It logs SSH and web login attempts, providing insights into potential security threats. The code is an educational example, demonstrating how to detect and log unauthorized access for learning cybersecurity concepts.
TheLeopard65
Hey there, Welcome to my coding playground of cybersecurity related projects. Here's a sneak peek into the digital world of TheLeopard65.
WSL2-setup
This repository is made to automate the setup and Installation of various tools and applications within a Windows Subsystem for Linux (WSL2) environment. This script installs a comprehensive toolkit for security and penetration testing tasks.
TheLeopard65's Repositories
TheLeopard65/WSL2-setup
This repository is made to automate the setup and Installation of various tools and applications within a Windows Subsystem for Linux (WSL2) environment. This script installs a comprehensive toolkit for security and penetration testing tasks.
TheLeopard65/Certification-Exam-Notes
Welcome to my comprehensive repository of exam notes for various cybersecurity certifications. This repository is designed to help aspiring cybersecurity students and professionals prepare for their certification exams by providing detailed notes, key concepts, and study tips.
TheLeopard65/CTF-Tracker-BOT
A Discord bot that keeps you updated on Capture The Flag (CTF) events! With real-time data from CTFTime, it provides upcoming event listings, team stats, and comparisons. Admins can compare teams' performances, track top CTF events, and more using simple slash commands. Perfect for CTF enthusiasts and communities!.
TheLeopard65/Dos-Guard
This is a Test tool i made for a DDOS Detector. It captures packets and shows them on a web application interface. It was a part of my 2ND SEMESTER Object Oriented Project "FIXER BOTNET"
TheLeopard65/Fix-Flooder
These are a couple of DDOS Attack methods That i created in order to Test my Fixer Botnet. It was a part of my 2ND SEMESTER Object Oriented Project "FIXER BOTNET"
TheLeopard65/Fixer-Botnet
Fixer Botnet is a lightweight Python-based botnet framework designed for educational purposes. With a focus on simplicity and ease of use, it provides a foundation for understanding how botnets operate and can be used to experiment with basic botnet functionality in a controlled environment.
TheLeopard65/ISA-Imitation
This repository contains a simple C++ implementation of a Von-Neumann architecture simulator. The program mimics the behavior of a basic computer architecture that uses a single memory space for both instructions and data. Users can load programs, execute them, and view the current state of the memory and registers.
TheLeopard65/keylogger
This repository contains a Python script for a keylogger that captures keystrokes and sends them to a Discord channel via a webhook. The script uses the "pynput" library to listen for keystrokes and the requests library to send messages to Discord.
TheLeopard65/MAC-Spoofer
This repository provides tools to change or reset MAC addresses on different operating systems: Windows, Linux, and macOS. The tools are implemented in C++ and each supports a set of functionalities tailored to their respective platforms.
TheLeopard65/pentest-101
This repository provides a single file containing a cheat sheet for privilege escalation techniques on Unix/Linux-like operating systems. It includes a collection of useful commands and tips for identifying potential privilege escalation vectors, designed for security professionals, enthusiasts and especially penetration testers.
TheLeopard65/SSH-Honeypot
This Python code sets up a basic honeypot using Flask and Paramiko. It logs SSH and web login attempts, providing insights into potential security threats. The code is an educational example, demonstrating how to detect and log unauthorized access for learning cybersecurity concepts.
TheLeopard65/TheLeopard65
Hey there, Welcome to my coding playground of cybersecurity related projects. Here's a sneak peek into the digital world of TheLeopard65.
TheLeopard65/Port-Scanner
This is a simple Python script designed to perform a TCP port scan on a specified target. It uses the socket module to establish connections with each port and reports whether each port is open or closed. The script also includes error handling for common exceptions such as host resolution failures and connection errors.