mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
autopsy: add page (#22792)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4a10142a6c
commit
1426e4eb44
@@ -0,0 +1,24 @@
|
||||
# autopsy
|
||||
|
||||
> Digital forensics platform for analyzing disk images and investigating file systems.
|
||||
> More information: <https://sleuthkit.org/autopsy/docs/user-docs/4.14.0/command_line_ingest_page.html>.
|
||||
|
||||
- Launch the Autopsy graphical interface:
|
||||
|
||||
`autopsy64.exe`
|
||||
|
||||
- Create a new case and specify the base directory to store case files:
|
||||
|
||||
`autopsy64.exe --createCase --caseName {{case_name}} --caseBaseDir {{path\to\base_directory}}`
|
||||
|
||||
- Add a data source to an existing case:
|
||||
|
||||
`autopsy64.exe --caseDir {{path\to\case_directory}} --addDataSource --dataSourcePath {{path\to\source}}`
|
||||
|
||||
- Generate a report for an existing case:
|
||||
|
||||
`autopsy64.exe --caseDir {{path\to\case_directory}} --generateReports`
|
||||
|
||||
- List all data sources in an existing case:
|
||||
|
||||
`autopsy64.exe --caseDir {{path\to\case_directory}} --listAllDataSources`
|
||||
Reference in New Issue
Block a user