Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option --scan-stop=<scan_id>. #352

Merged
merged 5 commits into from
Jul 8, 2019
Merged

Conversation

jjnicola
Copy link
Member

If openvas is started with this option and a scan_id is given, the
new function stop_single_task_scan() will be called. This function
search the redis kb associated to the scan_id. It takes the pid from
the kb and sends the SIGUSR2 kill signal to stop the scan.

Also, it removes the host kb for each stopped host.

If openvas is started with this option and a scan_id is given, the
new function stop_single_task_scan() will be called. This function
search the redis kb associated to the scan_id. It takes the pid from
the kb and sends the SIGUSR2 kill signal to stop all the scans.
@jjnicola jjnicola merged commit cbdd24c into greenbone:master Jul 8, 2019
@jjnicola jjnicola deleted the stop-scan branch July 17, 2019 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants