mirror of
https://github.com/0x5t4l1n/Keylogger.git
synced 2026-05-26 11:35:50 +00:00
39a494fcdc
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
1.2 KiB
1.2 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.0] - 2026-02-04
Added
- Initial release of the Keylogger project
- Main keylogger script (
src/keylogger.py) with keystroke logging capabilities - Web server (
src/server.py) for viewing logs through a secure interface - Configuration management via JSON config files and environment variables
- Command-line interface with flexible argument parsing
- Batch processing to reduce network overhead
- Basic authentication for the web interface
- Setup script (
setup.sh) for easy installation - Comprehensive documentation including README, SECURITY, and DISCLAIMER files
- GitHub Actions workflows for CI/CD and releases
Security
- Password-protected web interface
- Environment variable support for sensitive credentials
- Security policy documentation (SECURITY.md)
[Unreleased]
Planned
- Enhanced encryption for log transmission
- Multi-platform support improvements
- Additional authentication methods