├── LICENSE ├── Linux ├── Shapper.sh └── example.txt ├── README.md ├── Windows ├── Python │ ├── logzapper.py │ └── requeriments.txt └── example.txt └── images ├── PythonPOC.gif ├── example.gif └── logo.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/LICENSE -------------------------------------------------------------------------------- /Linux/Shapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/Linux/Shapper.sh -------------------------------------------------------------------------------- /Linux/example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/Linux/example.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/README.md -------------------------------------------------------------------------------- /Windows/Python/logzapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/Windows/Python/logzapper.py -------------------------------------------------------------------------------- /Windows/Python/requeriments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/Windows/Python/requeriments.txt -------------------------------------------------------------------------------- /Windows/example.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/Windows/example.txt -------------------------------------------------------------------------------- /images/PythonPOC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/images/PythonPOC.gif -------------------------------------------------------------------------------- /images/example.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/images/example.gif -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rug4lo/Log-Zapper/HEAD/images/logo.png --------------------------------------------------------------------------------