forked from p15670423/monkey
Island: Remove superfluous description from ransomware report
This commit is contained in:
parent
1f1b9bf2fc
commit
77754cb4ff
|
@ -24,18 +24,13 @@ class RansomwareReport extends React.Component {
|
||||||
|
|
||||||
getExploitationStats() {
|
getExploitationStats() {
|
||||||
return (
|
return (
|
||||||
<>
|
<div>
|
||||||
<p>
|
<h3 className={'report-section-header'}>
|
||||||
This report shows information about the ransomware simulation run by Infection Monkey.
|
Propagation
|
||||||
</p>
|
</h3>
|
||||||
<div>
|
{this.getScannedVsExploitedStats()}
|
||||||
<h3 className={'report-section-header'}>
|
{this.getExploitationStatsPerExploit()}
|
||||||
Propagation
|
</div>
|
||||||
</h3>
|
|
||||||
{this.getScannedVsExploitedStats()}
|
|
||||||
{this.getExploitationStatsPerExploit()}
|
|
||||||
</div>
|
|
||||||
</>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue