├── Evilip ├── LICENSE ├── README.md ├── SECURITY.md ├── banner └── banner.txt ├── bin └── Evilip ├── core ├── apps │ ├── install.sh │ ├── launch.sh │ └── uninstall.sh ├── dctl.sh └── server.sh ├── install.sh └── uninstall.sh /Evilip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/Evilip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/SECURITY.md -------------------------------------------------------------------------------- /banner/banner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/banner/banner.txt -------------------------------------------------------------------------------- /bin/Evilip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/bin/Evilip -------------------------------------------------------------------------------- /core/apps/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/core/apps/install.sh -------------------------------------------------------------------------------- /core/apps/launch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/core/apps/launch.sh -------------------------------------------------------------------------------- /core/apps/uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/core/apps/uninstall.sh -------------------------------------------------------------------------------- /core/dctl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/core/dctl.sh -------------------------------------------------------------------------------- /core/server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/core/server.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/install.sh -------------------------------------------------------------------------------- /uninstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/evildevill/Evilip/HEAD/uninstall.sh --------------------------------------------------------------------------------