├── README.md ├── Utils ├── banne_r.py ├── generator.py └── utils.py ├── linux_setup.sh ├── logger.py ├── src ├── 1.png ├── 2.png └── AV.png └── win_requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/README.md -------------------------------------------------------------------------------- /Utils/banne_r.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/Utils/banne_r.py -------------------------------------------------------------------------------- /Utils/generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/Utils/generator.py -------------------------------------------------------------------------------- /Utils/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/Utils/utils.py -------------------------------------------------------------------------------- /linux_setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/linux_setup.sh -------------------------------------------------------------------------------- /logger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/logger.py -------------------------------------------------------------------------------- /src/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/src/1.png -------------------------------------------------------------------------------- /src/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/src/2.png -------------------------------------------------------------------------------- /src/AV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/De3vil/KLogger/HEAD/src/AV.png -------------------------------------------------------------------------------- /win_requirements.txt: -------------------------------------------------------------------------------- 1 | pyinstaller 2 | pynput==1.7.6 3 | requests==2.28.1 4 | colored 5 | --------------------------------------------------------------------------------