> For the complete documentation index, see [llms.txt](https://cheatsheet.mrw0l05zyn.cl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cheatsheet.mrw0l05zyn.cl/nessus.md).

# Nessus

Estado del servicio de Nessus.

```shell
 systemctl status nessusd.service
```

Iniciar servicio de Nessus.

```shell
 systemctl start nessusd.service
```

Detener servicio de Nessus.

```shell
 systemctl stop nessusd.service
```

Reiniciar servicio de Nessus.

```shell
 systemctl restart nessusd.service
```

Iniciar servicio de Nessus utilizando proxychains.

```shell
proxychains systemctl start nessusd.service
proxychains /opt/nessus/sbin/nessus-service -D
```
