-
Notifications
You must be signed in to change notification settings - Fork 287
Analyze scan from 2 different machines. #689
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
Comments
I think you can do something similar with the the current version. As ASA runs it saves the data collected into an SQLite database, you can move that database to the other machine and run another collection. For example: On machine 1:
Then, take that database with records from both scans and on any machine with the db that contains both results: |
Thank you for the quick response! Need some clarification with the command for the steps (especially #3 and #4),
|
That looks correct to me. The argument for export collect should be the same —databasefilename argument. By default, if no run ids are provided to export collect it will export a comparison of the last two collection runs. If you don't want that behavior it's best to set run ids on the collect command and reference those with the export command. A note: There’s a trade off here between collection performance and ease of transfer with choosing a single shard or multiple. In my testing (shown in the benchmarks in the repo if you want to check in your environment) collection performance is much higher with multiple shards, but it does mean you need to copy all the shards to the new location(s) if you want to use the db somewhere else. |
Considering this closed with moving the database. Please reach out again or reopen if you encounter any other issues. |
Is your feature request related to a problem? Please describe.
In the older version of the tool, I can run the tool on different machines which produces cab file and I'd be able to generate report using the cabs.
I don't see that option available in the new tool.
Describe the solution you'd like
I would like to,
run the scan on Machine 1
run the scan on Machine 2
generate a report comparing the result from the 2 machines.
Describe alternatives you've considered
If there is a way to import a scanid to the machine, I would be able to run using the scan id's, but there is no option to import a scan result from another machine as well.
System Configuration (please complete the following information):
Windows
OS Version: Windows 11
ASA 2.3.297
CLI or GUI
The text was updated successfully, but these errors were encountered: