cyberperspectives / sagacity

Security Assessment Data Management and Analysis Tool
http://www.cyberperspectives.com
Apache License 2.0
38 stars 13 forks source link

#3 Ops Page Scans Icons - show files #47

Closed JeffOdegard closed 5 years ago

JeffOdegard commented 6 years ago

Instead of showing findings count on the mouseover on the Scans Icons, list the file name(s) that were ingested. That way you could see if you were missing any scan data for that host - e.g. "where's my Office scan?"

godsgood33 commented 6 years ago

So you want the scan file names that covered that target for that scan type? Example:

Instead of seeing "eChecklist (301)" you would see

Network.nmap
Frank.nessus
Host1-eChecklist-1.xlsx
...

I don't see how this will answer the question "Where's my Office scan?". It will point out that it's not loaded or that it doesn't have that target in it.

JeffOdegard commented 6 years ago

Exactly!

On Fri, Nov 16, 2018 at 10:32 AM Ryan P notifications@github.com wrote:

So you want the scan file names that covered that target for that scan type? Example:

Instead of seeing "eChecklist (301)" you would see

Network.nmap Frank.nessus Host1-eChecklist-1.xlsx ...

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cyberperspectives/sagacity/issues/47#issuecomment-439467902, or mute the thread https://github.com/notifications/unsubscribe-auth/Aoyyh09NpzITR17o5JZkGV64T9yJpxWaks5uvvaYgaJpZM4WwsBe .

--


Jeff Odegard jeff.odegard@gmail.com

[image: LinkedIn] https://www.linkedin.com/in/jeffodegard/ [image: Fakebook] https://www.facebook.com/jeff.odegard.98 [image: YouTube] https://www.youtube.com/user/OdegardOnline

godsgood33 commented 6 years ago

Committed a draft fix. So basically now it will like I outlined above (and added the finding count at the end of the file name... So this is on a per/scan type ingest.

eChecklist
Host1-eChecklist-1.xlsx (300)
...
JeffOdegard commented 5 years ago

Looks good, thanks!