├── .gitignore ├── LICENSE ├── README.md ├── install.sh ├── keylogger.py └── zlogger.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z00z/ZLogger/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z00z/ZLogger/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z00z/ZLogger/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z00z/ZLogger/HEAD/install.sh -------------------------------------------------------------------------------- /keylogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z00z/ZLogger/HEAD/keylogger.py -------------------------------------------------------------------------------- /zlogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/z00z/ZLogger/HEAD/zlogger.py --------------------------------------------------------------------------------