Heimdall agent
git clone https://github.com/mthbernardes/heimdall_agent.git cd heimdall_agent pip install -r requeriments.txt python agent.py
edit etc/agent.conf [Config] server = heimdal_webserver ip:port(default 1337) distro = your os (example, you use a kali linux, so put debian here) distro_version = your os version (example,8) api = api key generated by heimdal_webserver update_command = os command used to upgrade individual packages (example,apt-get --only-upgrade install -y)