-
Notifications
You must be signed in to change notification settings - Fork 153
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
Run OpenVAS scans via OSP instead of OTP #422
Merged
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
ad4950c
Add scanner type "OSP-OpenVAS"
timopollmeier 1372610
Convert OpenVAS config preferences to OSP
timopollmeier 8694edf
Merge branch 'master' of github.com:greenbone/gvm into openvas-via-osp
timopollmeier 6565f37
Merge branch 'master' of github.com:greenbone/gvm into openvas-via-osp
timopollmeier 17d1f3c
Fetch OSP results while scan is running
timopollmeier 6e93b87
Handle OpenVAS scanner host details in OSP
timopollmeier 417211d
Adjust OSP credentials auth data
timopollmeier a1c241f
Allow usk credentials in target_osp_ssh_credential
timopollmeier 4410854
Add ESXi and SNMP credentials for OSP scans
timopollmeier b19e248
Don't get unused connecting to OSP file socket
timopollmeier 2adcf64
Handle HOST_START and HOST_END in OSP scans
timopollmeier fdf2988
Merge branch 'master' of github.com:greenbone/gvm into openvas-via-osp
timopollmeier 664a34d
Merge branch 'master' into openvas-via-osp
timopollmeier e29df9e
Add exclude_hosts parameter for osp_target_new()
timopollmeier 6117fb6
Get hostname for OSP scan results
timopollmeier 1f5daca
Merge branch 'master' into openvas-via-osp
timopollmeier a4061cc
Merge branch 'master' into openvas-via-osp
mattmundell c9b5d98
Merge branch 'master' of github.com:greenbone/gvm into openvas-via-osp
timopollmeier 1608f12
Merge branch 'master' into openvas-via-osp
timopollmeier 1294b42
Use OSP for all OpenVAS scans
timopollmeier cdda304
Get report from task in stop_osp_task
timopollmeier d927c29
Merge branch 'master' of github.com:greenbone/gvm into openvas-via-osp
timopollmeier 9d8cc77
Merge branch 'master' of github.com:greenbone/gvm into openvas-via-osp
timopollmeier 3559900
Use new struct-based osp_start_scan_ext
timopollmeier 70de168
Add warning if OSP connection fails
timopollmeier 53836d1
Fix uninitialized variables
timopollmeier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a strange feature of OSP.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also think it would be a good idea to change this. How would you handle the host start and end times in OSP?
My suggestion would be to add a new host detail result type to OSP and use "host_start" and "host_end" as the names.
I'm not sure if we should do it in this PR already.