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