Show "VulnDetect Scan" Desktop Icon
-
I suggested that users can start a scan manually from the list of installed applications with a single button click.
I also suggested that users can Start Full System Scan from the VulnDetect Agent.As long as these features are not yet implemented you may add Desktop Icon where users can start a scan manually.
This icon calls a batch file with the required commands and parameters.Here an idea how this could look:
-
Perhaps we should add information about how to make it so that it actually does an inspection:
Right click on your desktop to "New" -> "Shortcut".
Browse to:
"C:\Program Files (x86)\SecTeer VulnDetect"
And selectsecteer.exe
Click "OK", click "Next", change the name if you wish and then click "Finish".Then right click the icon and edit the command to:
"C:\Program Files (x86)\SecTeer VulnDetect\secteer.exe" --immediate
Alternatively, you can make it faster, by using this line instead:
"C:\Program Files (x86)\SecTeer VulnDetect\secteer.exe" -q -q --immediate
The-q
makes the secteer.exe more quiet, and outputting to the console is rather slow.After running an inspection, then you result should be ready less than 1 minute later. You can always check in the "Configuration" .
-
Why is
-q
added twice?I read in the help of the command line:
-q, --quiet
Decrease log verbosity. Multiple instances of this option are cumulative.
But when I add just one
-q
I see no output on the screen. -
What if I add a launcher to GetAppDetails for VulnDetect ?
So users can start a full system scan out of GetAppDetails for VulnDetect with a single mouse click.I could add the following buttons:
- Start Full System Scan in VulnDetect
- Start Full System Scan in VulnDetect (Silent)
-
@olli_s Certainly, feel free to do that
-
@Tom I will name the app now VulnDetect Toolbox, ok?
-
@olli_s I'm afraid that a "VulnDetect" prefix like that could cause issues with potential new products that we make. Thus, a construction like the one you have with "GetAppDetails for VulnDetect" is much more appropriate.
-
I am currently implementing the launcher-functionality inside GetAppDetails for VulnDetect.
I also renamed the tool to Toolbox for VulnDetect.
So stay tuned... -
Today I released the Toolbox for VulnDetect.
Using the Toolbox you can start a full system scan.@Tom Should I mark this suggestion as [Implemented]?
-
@OLLI_S No, just leave this open. This is still relevant for VulnDetect.
-
OK, Boss
-