diff --git a/docs/cado/discovery-import/aws/aws-lambda.md b/docs/cado/discovery-import/aws/aws-lambda.md index 309114af2d..8f48d9944e 100644 --- a/docs/cado/discovery-import/aws/aws-lambda.md +++ b/docs/cado/discovery-import/aws/aws-lambda.md @@ -18,7 +18,7 @@ The Cado platform allows you to acquire AWS Lambda functions, which are serverle ## Output -Once processing is complete, the Lambda function’s events will be added to the timeline. You can view the Lambda function’s code in the **Browse Disk** tab. +Once processing is complete, the Lambda function’s events will be added to the timeline. You can view the Lambda function’s code in the **Files** tab. ![Lambda Function Code](/img/aws-lambda-code.png) diff --git a/docs/cado/investigate/browse-disk.md b/docs/cado/investigate/browse-disk.md deleted file mode 100644 index 986a58b7e1..0000000000 --- a/docs/cado/investigate/browse-disk.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: Browse Disk -hide_title: true -sidebar_position: 4 ---- - -# How to Browse the Disk - -You can explore the disk by either: - -1. Selecting the **"Browse Disk"** option from the **Evidence** tab. - - ![Browse Disk](/img/evidence-disk.png) - -2. Selecting a specific path while viewing a file. - - ![Browse Disk](/img/file-disk.png) - -Once you select the option, you'll be able to navigate through the disk and choose specific files. - - ![Browse Disk](/img/tutorial8.png) diff --git a/docs/cado/investigate/view-files.md b/docs/cado/investigate/view-files.md new file mode 100644 index 0000000000..9f5a6fe314 --- /dev/null +++ b/docs/cado/investigate/view-files.md @@ -0,0 +1,21 @@ +--- +title: Files +hide_title: true +sidebar_position: 4 +--- + +# How to View Files + +You can explore the file system by either: + +1. Selecting the **"Files"** option from the **Evidence** tab. + + ![Files](/img/evidence-disk.png) + +2. Selecting a specific path while viewing a file. + + ![Files](/img/file-disk.png) + +Once you select the option, you'll be able to navigate through the file system and choose specific files. + + ![Files](/img/tutorial8.png) diff --git a/static/img/evidence-disk.png b/static/img/evidence-disk.png index 0042b73d62..a45c0bb900 100644 Binary files a/static/img/evidence-disk.png and b/static/img/evidence-disk.png differ