sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.41k stars 597 forks source link

Table view sorting/display/save to csv, not based on total number of files when more than 10000 results (one page, the DEFAULT setting) #6492

Closed rsajpon closed 3 years ago

rsajpon commented 3 years ago

Environment:

Autopsy 4.16.0 Sleuthkit 4.10.0 O/S: Debian 10, Linux 4.19.0-12-amd64 Install method: Package

Problem description:

In the table view, in order to sort by name, click the "Name" column header. Results (distributed over two pages):

So, file distribution over the results pages does not work as expected. "Save table as csv" only exports the current view/page, not the whole result set.

I suspect this is not the intended design.

Suggested change:

Sort/Display files in one long list depending on user selected sort criteria, then page break after DEFAULT_MAX_PER_PAGE.

esaunders commented 3 years ago

This is a known limitation when paging is enabled. Sorting, select all, save to csv etc. can only act on the rows in the page. If you need to sort (or select all or save) all results you can change the page size (setting the size to 0 will disable paging entirely). Those operations may take some time with paging disabled but if you are talking about 13k it shouldn't be too bad.

rsajpon commented 3 years ago

ok I see, may have been in the documentation then I suppose, missed it.... Thanks for your fast feedback. Guess it has some room improvement anyway then, it could become a tedious task on a larger case (this was a small one).

Regards Johan

esaunders commented 3 years ago

Yeah, examining potentially 10's of thousands of results could be tedious and not very efficient. The idea behind the newly added "Discovery" feature (which is still under development) is to allow examiners to reduce the size of the result set down to a smaller set of more relevant results. http://sleuthkit.org/autopsy/docs/user-docs/4.17.0/discovery_page.html