├── LICENSE.md ├── README.md ├── plumber.py └── requirements.txt /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybereason/linux_plumber/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybereason/linux_plumber/HEAD/README.md -------------------------------------------------------------------------------- /plumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cybereason/linux_plumber/HEAD/plumber.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | termcolor==1.1.0 2 | --------------------------------------------------------------------------------