# OpenVAS #### Installation ##### Docker - Docker Hub: [https://hub.docker.com/repository/docker/immauss/openvas](https://hub.docker.com/repository/docker/immauss/openvas) - [https://immauss.github.io/openvas/](https://immauss.github.io/openvas/) ```shell mkdir openvas-data

docker run -d -p 9392:9392 -e PASSWORD="Your admin password here" -v $(pwd)/openvas-data:/data --name openvas immauss/openvas ``` ##### Kali Linux - [Install OpenVAS on Kali Linux](https://hackmd.io/@Alang/S1S10tdKK) #### HowTo ##### 更新 Feed - [https://community.greenbone.net/t/how-to-update-keep-the-feed-up-to-date/1431](https://community.greenbone.net/t/how-to-update-keep-the-feed-up-to-date/1431) - [https://kenwu0310.wordpress.com/2019/09/17/openvas-%E6%87%89%E7%94%A8-%E6%9B%B4%E6%96%B0%E6%BC%8F%E6%B4%9E%E5%AE%9A%E7%BE%A9/](https://kenwu0310.wordpress.com/2019/09/17/openvas-%E6%87%89%E7%94%A8-%E6%9B%B4%E6%96%B0%E6%BC%8F%E6%B4%9E%E5%AE%9A%E7%BE%A9/)