forked from p15670423/monkey
Island: Add "Propagation" header to ransomware report
This commit is contained in:
parent
50c24c77f4
commit
644a90c2f3
|
@ -26,6 +26,9 @@ class RansomwareReport extends React.Component {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
<h2>
|
||||||
|
Propagation
|
||||||
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
The Monkey discovered <span className='badge badge-warning'>{num_scanned}</span> machines
|
The Monkey discovered <span className='badge badge-warning'>{num_scanned}</span> machines
|
||||||
and successfully breached <span className='badge badge-danger'>{num_exploited}</span> of them.
|
and successfully breached <span className='badge badge-danger'>{num_exploited}</span> of them.
|
||||||
|
|
Loading…
Reference in New Issue