eng-MohamedFayed
Cybersecurity enthusiast with a focus on Digital Forensics and Incident Response. You can find me in CTFs as 0xF4y3d, always on the hunt for the next challenge.
Pinned Repositories
Image-Steganography
Image Steganography using Least Significant Bit (LSB) in Python
Lab-Management-System-LMS-
This system is designed to manage lab resources, student reports, maintenance requests, and user management.
Automated-Digital-Forensics-Tool
Automated tool that covers different areas of the Digital Forensics (Memory-Registry Investigations-Event Log Analysis)
ChatDapp
decentralized chat application built on Ethereum blockchain
LoLDB---League-of-Legends-Database-mongoDB
Manage League of Legends data efficiently with MongoDB. Store champion info, match history, and player profiles. Python scripts provided for easy database interaction.
malware-detection-by-hash
GUI python script to detect if a file was malicious or not using its hash.
NQueensSearchSolutions
This repository contains a collection of search algorithms implemented to solve the N-Queens problem as part of an Intelligent Systems course. It includes solutions using Breadth-First Search, Uniform Cost Search, Iterative Deepening Search, A*, and Greedy algorithms, each separated into individual Python scripts for clarity and ease of use.
Sudoku-Forward-Checking-CSP
This repository contains Python code for solving Sudoku puzzles using the Constraint Satisfaction Problem (CSP) approach with forward checking. The code efficiently explores possible solutions by applying constraints and backtracking to fill in the Sudoku grid with valid numbers.
telegram-scraper
scrape messages from one or multiple Telegram channels and store them in a MongoDB database.
TicTacToe-DFS-Minimax
Experience a classic game of tic-tac-toe with a twist: a computer opponent powered by depth-first search and minimax logic for a strategic gameplay
eng-MohamedFayed's Repositories
eng-MohamedFayed/Automated-Digital-Forensics-Tool
Automated tool that covers different areas of the Digital Forensics (Memory-Registry Investigations-Event Log Analysis)
eng-MohamedFayed/JWT-Authentication-Messaging-Application
This is a Flask-based messaging application that allows users to send and receive encrypted messages.
eng-MohamedFayed/Data-Masking-and-Tokenization-Tool
This Python tool provides a framework for anonymizing and pseudonymizing sensitive datasets by masking or transforming personal information.
eng-MohamedFayed/telegram-scraper
scrape messages from one or multiple Telegram channels and store them in a MongoDB database.
eng-MohamedFayed/malware-detection-by-hash
GUI python script to detect if a file was malicious or not using its hash.
eng-MohamedFayed/Image-Steganography
Image Steganography using Least Significant Bit (LSB) in Python
eng-MohamedFayed/ChatDapp
decentralized chat application built on Ethereum blockchain
eng-MohamedFayed/Lab-Management-System-LMS-
This system is designed to manage lab resources, student reports, maintenance requests, and user management.
eng-MohamedFayed/LoLDB---League-of-Legends-Database-mongoDB
Manage League of Legends data efficiently with MongoDB. Store champion info, match history, and player profiles. Python scripts provided for easy database interaction.
eng-MohamedFayed/Sudoku-Forward-Checking-CSP
This repository contains Python code for solving Sudoku puzzles using the Constraint Satisfaction Problem (CSP) approach with forward checking. The code efficiently explores possible solutions by applying constraints and backtracking to fill in the Sudoku grid with valid numbers.
eng-MohamedFayed/NQueensSearchSolutions
This repository contains a collection of search algorithms implemented to solve the N-Queens problem as part of an Intelligent Systems course. It includes solutions using Breadth-First Search, Uniform Cost Search, Iterative Deepening Search, A*, and Greedy algorithms, each separated into individual Python scripts for clarity and ease of use.
eng-MohamedFayed/TicTacToe-DFS-Minimax
Experience a classic game of tic-tac-toe with a twist: a computer opponent powered by depth-first search and minimax logic for a strategic gameplay
eng-MohamedFayed/Rotating-Cube
A WebGL-based interactive 3D cube simulation supporting scaling, translation, and rotation, built with JavaScript and GLSL.
eng-MohamedFayed/Multithreading