Can't stop scanning or chandge scanning parametres if scan is running.
Need some more info about scanning - maybe it be "witch ip is scanning now"
Adn stop button needed and modify scanning parametres button
You can find scanning information after it is finished. To get live data you can check the logs in the docker container.
To stop the scanner in docker follow the steps:
sudo docker exec mikroman bash -c "rm -rf /tmp/my_spooler/*"
This will remove all jobs from spooler
sudo docker exec -it MikroWizard-postgre psql -U USERNAME -d MikroWizardDB -c 'update tasks set status=false'
This will change status of tasks in db
** Replase USERNAME with username of your database
sudo docker exec mikroman bash -c "touch /app/reload"
This will force mikroman server to reload ( only in docker installation mode )
Can't stop scanning or chandge scanning parametres if scan is running. Need some more info about scanning - maybe it be "witch ip is scanning now" Adn stop button needed and modify scanning parametres button