0xgkd / awvs

A version of awvs docker based on Ubuntu 18.04
MIT License
84 stars 8 forks source link

Presistent Data #8

Open rezytijo opened 1 month ago

rezytijo commented 1 month ago

Can I configure this container using docker volume so that the data is not lost if my VPS crashes at any time?

0xgkd commented 2 weeks ago

Can I configure this container using docker volume so that the data is not lost if my VPS crashes at any time?

Yes, you can use docker volume syncing some necessary data, or restart container and generate scan report to save.

rezytijo commented 2 weeks ago

How About bind mount volume?

which directory i should bind then?

0xgkd commented 1 week ago

How About bind mount volume?

which directory i should bind then?

When scan in progress, /home/acunetix/.acunetix/data/temp will exist some scan temp data, and once scan completed, /home/acunetix/.acunetix/data/reports will generate html and pdf format of report, /home/acunetix/.acunetix/data/scans will generate a zip compressed file contains browser.log, logfile.csv, settings.xml.

rezytijo commented 1 week ago

Thanks for the info, i will try that config, thanks