You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SmrtiLog - A smart Keystroke logger that logs user's keystrokes, determines username and checks for it's admin access, user OS, and sends them to a server ( https://sudohopex-smrti-log.vercel.app/ )
Repositório com implementação, testes, análises e percepções de aprendizagem do módulo de "Simulando um Malware de Captura de dados simples em Python aprendendo a se proteger" , da plataforma DIO Bootcamp Santander Cibersegurança.
This project is a simple input event logger that captures and encrypts logs. The logs can then be decrypted using the viewer. This project was built to demonstrate core cybersecurity concepts such as encryption and secure storage to help me further understand keylogging attacks.
Educational keylogger GUI built with Python and Tkinter. Captures and displays keystrokes in real time, supports log saving (TXT/JSON), and demonstrates secure, local-only monitoring for cybersecurity learning.
A Python-based system monitoring utility that captures local keyboard events using pynput, buffers the data, and prepares it for remote transmission via an asynchronous HTTP POST handler.
Exploited a Reflected XSS vulnerability to inject a client-side keylogger payload. Implemented an instant JavaScript redirect to mask the attack and successfully exfiltrate simulated credit card information to a Netcat listener.
An educational proof-of-concept demonstrating low-level input interception via x64 assembly. Explores Windows API hooks, memory segmentation, calling conventions, and hardware/OS defenses (DEP, ASLR, CFG) for defensive security research.
Educational keylogging project developed for cybersecurity learning and defensive research, demonstrating how keystroke capture works for detection and prevention studies.