Merge remote-tracking branch 'upstream/develop' into password_setup

This commit is contained in:
VakarisZ 2020-06-23 11:11:22 +03:00
commit 0be1b3a908
1 changed files with 0 additions and 23 deletions

View File

@ -431,29 +431,6 @@ class ReportPageComponent extends AuthComponent {
);
}
generateReportPthMap() {
return (
<div id="pth">
<h3>
Credentials Map
</h3>
<p>
This map visualizes possible attack paths through the network using credential compromise. Paths represent lateral
movement opportunities by attackers.
</p>
<div className="map-legend">
<b>Legend: </b>
<span>Access credentials <FontAwesomeIcon icon={faMinus} size="lg" style={{color: '#0158aa'}}/></span> <b
style={{color: '#aeaeae'}}> | </b>
</div>
<div>
<PassTheHashMapPageComponent graph={this.state.report.glance.pth_map}/>
</div>
<br/>
</div>
);
}
generateReportFooter() {
return (
<div id="footer" className="text-center" style={{marginTop: '20px'}}>