## Acunetix Crack Installation
Download the docker image form the [Docker hub](https://hub.docker.com/r/vouu/acu)
```
docker pull vouu/acu
#use sudo if needed
```
run the docker container
```
docker run -it -d -p 0.0.0.0:443:3443 vouu/acu
```
Access the Acunetix from the web
https://0.0.0.0:443 ot https://localhost
Use the below login credentials
Email: contact@manhtuong.net
Password:Abcd1234
To stop the Acunetix use below commands
```
sudo docker ps
sudo docker stop <replacew-with-container-id>
```