From 6f6cf769772aec1d73aca282f166b3468bcbdb9a Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Tue, 23 Jun 2020 10:24:53 +0300 Subject: [PATCH] UI bugfix: non-existent PTH map include --- .../report-components/SecurityReport.js | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js b/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js index 87299edff..9cc786703 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js +++ b/monkey/monkey_island/cc/ui/src/components/report-components/SecurityReport.js @@ -8,7 +8,6 @@ import StolenPasswords from 'components/report-components/security/StolenPasswor import CollapsibleWellComponent from 'components/report-components/security/CollapsibleWell'; import {Line} from 'rc-progress'; import AuthComponent from '../AuthComponent'; -import PassTheHashMapPageComponent from '../pages/PassTheHashMapPage'; import StrongUsers from 'components/report-components/security/StrongUsers'; import ReportHeader, {ReportTypes} from './common/ReportHeader'; import ReportLoader from './common/ReportLoader'; @@ -430,29 +429,6 @@ class ReportPageComponent extends AuthComponent { ); } - generateReportPthMap() { - return ( -
-

- Credentials Map -

-

- This map visualizes possible attack paths through the network using credential compromise. Paths represent lateral - movement opportunities by attackers. -

-
- Legend: - Access credentials | -
-
- -
-
-
- ); - } - generateReportFooter() { return (