-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
unknown
committed
Nov 12, 2023
1 parent
125cbf4
commit cd45412
Showing
18 changed files
with
218 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
presets: [require.resolve('@docusaurus/core/lib/babel/preset')], | ||
presets: [require.resolve("@docusaurus/core/lib/babel/preset")], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Forensic Aritfacts", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Functions to interact with endpoint forensic artifacts" | ||
} | ||
} | ||
"label": "Forensic Aritfacts", | ||
"position": 3, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Functions to interact with endpoint forensic artifacts" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Helper Functions", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Generic Functions to Help with Scripting" | ||
} | ||
} | ||
"label": "Helper Functions", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Generic Functions to Help with Scripting" | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
artemis-docs/docs/Artifacts/Application Artifacts/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Application Artifacts", | ||
"position": 4, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Forensic artifacts for specific applications" | ||
} | ||
} | ||
"label": "Application Artifacts", | ||
"position": 4, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Forensic artifacts for specific applications" | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
artemis-docs/docs/Artifacts/Linux Artifacts/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Linux Artifacts", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Forensic artifacts for Linux systems" | ||
} | ||
} | ||
"label": "Linux Artifacts", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Forensic artifacts for Linux systems" | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
artemis-docs/docs/Artifacts/Windows Artfacts/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Windows Artifacts", | ||
"position": 6, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Forensic artifacts for Windows systems" | ||
} | ||
} | ||
"label": "Windows Artifacts", | ||
"position": 6, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Forensic artifacts for Windows systems" | ||
} | ||
} |
14 changes: 7 additions & 7 deletions
14
artemis-docs/docs/Artifacts/macOS Artifacts/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "macOS Artifacts", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Forensic artifacts for macOS systems" | ||
} | ||
} | ||
"label": "macOS Artifacts", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Forensic artifacts for macOS systems" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
artemis-docs/docs/Intro/Collections/Examples/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Examples", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Exmaple TOML Collections" | ||
} | ||
} | ||
"label": "Examples", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Exmaple TOML Collections" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Collections", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "How to collect data with artemis" | ||
} | ||
} | ||
"label": "Collections", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "How to collect data with artemis" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Artemis Library", | ||
"position": 6, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Artemis Core as library" | ||
} | ||
} | ||
"label": "Artemis Library", | ||
"position": 6, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Artemis Core as library" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"label": "Artemis Scripting", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Scripting with JavaScript" | ||
} | ||
} | ||
"label": "Artemis Scripting", | ||
"position": 5, | ||
"link": { | ||
"type": "generated-index", | ||
"description": "Scripting with JavaScript" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,4 +44,4 @@ | |
"engines": { | ||
"node": ">=16.14" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { EseTable } from "../../types/windows/ese.ts"; | ||
|
||
/** | ||
* Function to parse any ESE database and tables | ||
* @param path Path to ESE database | ||
* @param tables Tables that should be parsed | ||
* @returns HashMap of tables and their contents | ||
*/ | ||
export function parseTable( | ||
path: string, | ||
tables: string[], | ||
): Record<string, EseTable[][]> | Error { | ||
//@ts-ignore: Custom Artemis function | ||
const data = Deno.core.ops.get_table(path, tables); | ||
if (data instanceof Error) { | ||
return data; | ||
} | ||
|
||
const results: Record<string, EseTable[][]> = JSON.parse(data); | ||
return results; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.