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 ( -
- This map visualizes possible attack paths through the network using credential compromise. Paths represent lateral - movement opportunities by attackers. -
-