james08m's Stars
james08m/Pi-Devastator
Pi-Devastator is a robotic project based on a Raspberry Pi 4 and developped mainly in Python using the RPi.GPIO and Pygame libraries. The main goal of this project is to control my DFRobot Devastator robot frame using a Raspberry Pi 4 with a Rii wireless keyboard.
htmercury/Cpp-Keylogger
Advanced keylogger made in C++ that works on Window 7, 8, 8.1, And 10 - Use at your own discretion
james08m/Python-Logging
Here is a small program showing you how I implement and use the python logging module with some additional useful links I personally use when playing with logging and strings.
james08m/syndos
Syndos is a small python oriented object program using threading technology to flood a target with TCP\SYN requests with a spoofed source IP address.
james08m/Gaze
(IN PROGRESS) My own personal self made keylogger. Made for educational purposes only. Not to be use on others machine without consent.
james08m/The-Door
The Door is a Raspberry Pi based project mainly developed in python. The core function of this project is to control the access of my building front door. To do so, I've elaborated a Python server and a communication protocol interacting with a servo motor that allowed me to unlock my building front door.
james08m/RetroGame
RetroGame was originally an end of semester school project for my Object Oriented Programming class. With time it became bigger and bigger as I keep add stuff to it. This project also servered in my Data structure class and helped me alot explore the universe of pointers in C++.