diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 3ee365f5..f3339846 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -61,9 +61,9 @@ Once logged in, you will be directed to the campaign cards screen. This is where ### **Uploading Campaigns** -Redeye provides two ways to upload and visualize your campaign data. +Redeye provides three ways to upload and visualize your campaign data. -#### Server Folders (Multi\-Server and Single\-Server) +#### Cobalt Strike

@@ -72,7 +72,15 @@ Redeye provides two ways to upload and visualize your campaign data. When uploading multi-server or single-server folders, RedEye will automatically remove files that are\ not necessary. To view a list of all the files that were removed, hover over the "File Removed" icon. -#### Database Files +#### Brute Ratel + +

+ +

+ +Upload, parse and visualize your Brute Ratel campaigns with this option. + +#### .Redeye File

@@ -138,6 +146,14 @@ All beacons and the total number of commands executed by the beacon are displaye

+### Command Types Tab + +The Command Types tab displays a list of all commands and the number of times the command was executed by the beacons in the campaign. + +

+ +

+ #### Selecting Beacon from List Select a beacon from the Beacons Tab to find out more information, such as the commands, operators, comments, and metadata that it is associated with. @@ -163,7 +179,7 @@ Within the new comment modal, you can favorite this comment, add a tag, and comm the command.

- +

#### Multi-Command Comment @@ -180,14 +196,6 @@ Use the multi-command comment function to group multiple commands with one comme

-### Command Types Tab - -The Command Types tab displays a list of all commands and the number of times the command was executed by the beacons in the campaign. - -

- -

- ### Timeline The timeline located above the graph provides users the ability to: @@ -219,7 +227,21 @@ To display or hide beacons, check or uncheck the "Show Hidden Beacons, Host, and

-  +### Light Theme + +This toggle enables light theme mode for RedEye. + +

+ +

+ +### Redacted Screenshot Mode + +When toggled, RedEye makes text unreadable in order to provide secure screenshots. + +

+ +

### Graph diff --git a/docs/images/AddCommandExistingComment.png b/docs/images/AddCommandExistingComment.png index 3932a385..56fc4107 100644 Binary files a/docs/images/AddCommandExistingComment.png and b/docs/images/AddCommandExistingComment.png differ diff --git a/docs/images/AddNewComments.png b/docs/images/AddNewComments.png new file mode 100644 index 00000000..db932404 Binary files /dev/null and b/docs/images/AddNewComments.png differ diff --git a/docs/images/AddNewCommets.png b/docs/images/AddNewCommets.png deleted file mode 100644 index f3cb3ad7..00000000 Binary files a/docs/images/AddNewCommets.png and /dev/null differ diff --git a/docs/images/BeaconsTab.png b/docs/images/BeaconsTab.png index d1017a08..e872ff35 100644 Binary files a/docs/images/BeaconsTab.png and b/docs/images/BeaconsTab.png differ diff --git a/docs/images/ChangeHostColor.png b/docs/images/ChangeHostColor.png new file mode 100644 index 00000000..5162714c Binary files /dev/null and b/docs/images/ChangeHostColor.png differ diff --git a/docs/images/CommandTypesTab.png b/docs/images/CommandTypesTab.png index 3b9511f6..5c3208a2 100644 Binary files a/docs/images/CommandTypesTab.png and b/docs/images/CommandTypesTab.png differ diff --git a/docs/images/CommentsTab.png b/docs/images/CommentsTab.png index d9f9ab30..2d4f8b4c 100644 Binary files a/docs/images/CommentsTab.png and b/docs/images/CommentsTab.png differ diff --git a/docs/images/GraphControls.png b/docs/images/GraphControls.png index 0e4fb7f5..7960faa0 100644 Binary files a/docs/images/GraphControls.png and b/docs/images/GraphControls.png differ diff --git a/docs/images/HostsTab.png b/docs/images/HostsTab.png index 43662f42..a8f558d2 100644 Binary files a/docs/images/HostsTab.png and b/docs/images/HostsTab.png differ diff --git a/docs/images/LightThemeMode.png b/docs/images/LightThemeMode.png new file mode 100644 index 00000000..81d3e4bb Binary files /dev/null and b/docs/images/LightThemeMode.png differ diff --git a/docs/images/Presentation Selection.png b/docs/images/Presentation Selection.png index e7f9fc96..557f14da 100644 Binary files a/docs/images/Presentation Selection.png and b/docs/images/Presentation Selection.png differ diff --git a/docs/images/Presentation View.png b/docs/images/Presentation View.png index 6fd6710c..035a669b 100644 Binary files a/docs/images/Presentation View.png and b/docs/images/Presentation View.png differ diff --git a/docs/images/RedactedScreenShot.png b/docs/images/RedactedScreenShot.png new file mode 100644 index 00000000..b7de3377 Binary files /dev/null and b/docs/images/RedactedScreenShot.png differ diff --git a/docs/images/UpdateBeaconColorShape.png b/docs/images/UpdateBeaconColorShape.png new file mode 100644 index 00000000..ee4fd34d Binary files /dev/null and b/docs/images/UpdateBeaconColorShape.png differ diff --git a/docs/images/UploadBruteRatel.png b/docs/images/UploadBruteRatel.png new file mode 100644 index 00000000..0b8a7615 Binary files /dev/null and b/docs/images/UploadBruteRatel.png differ diff --git a/docs/images/UploadCobaltStrike.png b/docs/images/UploadCobaltStrike.png new file mode 100644 index 00000000..71affdca Binary files /dev/null and b/docs/images/UploadCobaltStrike.png differ diff --git a/docs/images/UploadRedEyeFile.png b/docs/images/UploadRedEyeFile.png new file mode 100644 index 00000000..8ebbd08d Binary files /dev/null and b/docs/images/UploadRedEyeFile.png differ diff --git a/package.json b/package.json index 28feb968..f7db75d5 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "builder-util": "^23.0.2", "concurrently": "^8.0.1", "cross-env": "^7.0.3", - "cypress": "^13.0.0", + "cypress": "^13.2.0", "cypress-map": "^1.19.1", "cypress-multi-reporters": "^1.6.1", "cypress-real-events": "^1.7.6", diff --git a/yarn.lock b/yarn.lock index f75e5bd6..2c51b220 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4025,13 +4025,20 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^16.18.39, @types/node@npm:^16.9.2": +"@types/node@npm:^16.9.2": version: 16.18.40 resolution: "@types/node@npm:16.18.40" checksum: a683930491b4fd7cb2dc7684e32bbeedc4a83fb1949a7b15ea724fbfaa9988cec59091f169a3f1090cb91992caba8c1a7d50315b2c67c6e2579a3788bb09eec4 languageName: node linkType: hard +"@types/node@npm:^18.17.5": + version: 18.17.18 + resolution: "@types/node@npm:18.17.18" + checksum: 59cbd906363d37017fe9ba0c08c1446e440d4d977459609c5f90b8fb7eb41f273ce8af30c5a5b5d599d7de934c1b3702bc9fc27caf8d2270e5cdb659c5232991 + languageName: node + linkType: hard + "@types/nodemon@npm:^1.19.0": version: 1.19.2 resolution: "@types/nodemon@npm:1.19.2" @@ -6638,13 +6645,13 @@ __metadata: languageName: node linkType: hard -"cypress@npm:^13.0.0": - version: 13.0.0 - resolution: "cypress@npm:13.0.0" +"cypress@npm:^13.2.0": + version: 13.2.0 + resolution: "cypress@npm:13.2.0" dependencies: "@cypress/request": ^3.0.0 "@cypress/xvfb": ^1.2.4 - "@types/node": ^16.18.39 + "@types/node": ^18.17.5 "@types/sinonjs__fake-timers": 8.1.1 "@types/sizzle": ^2.3.2 arch: ^2.2.0 @@ -6687,7 +6694,7 @@ __metadata: yauzl: ^2.10.0 bin: cypress: bin/cypress - checksum: 223dddfd85dbde5e3a915e87b6cb176b99a9e5bcc24baa40cd5b9ca4a93315a95cf53c5c6ac3a6984f59be55ffc8b58b93a713c0ddcb63a5f4996229cce70329 + checksum: 7647814f07626bd63e7b8dc4d066179fa40bf492c588bbc2626d983a2baab6cb77c29958dc92442f277e0a8e94866decc51c4de306021739c47e32baf5970219 languageName: node linkType: hard @@ -14879,7 +14886,7 @@ __metadata: cors: ^2.8.5 cross-env: ^7.0.3 crypto-js: ^4.0.0 - cypress: ^13.0.0 + cypress: ^13.2.0 cypress-map: ^1.19.1 cypress-multi-reporters: ^1.6.1 cypress-real-events: ^1.7.6