forked from p15670423/monkey
Minor content fix
This commit is contained in:
parent
b0547c4f7a
commit
6ddb117723
|
@ -553,7 +553,7 @@ class ReportPageComponent extends React.Component {
|
||||||
<li>Possible cross segment traffic. Infected machines could communicate with the
|
<li>Possible cross segment traffic. Infected machines could communicate with the
|
||||||
Monkey Island despite crossing segment boundaries using unused ports.</li> : null}
|
Monkey Island despite crossing segment boundaries using unused ports.</li> : null}
|
||||||
{this.state.report.overview.warnings[this.Warning.TUNNEL] ?
|
{this.state.report.overview.warnings[this.Warning.TUNNEL] ?
|
||||||
<li>Lack of Micro-segmentation, machines successfully tunneled monkey activity
|
<li>Lack of machine hardening, machines successfully tunneled monkey traffic
|
||||||
using unused ports.</li> : null}
|
using unused ports.</li> : null}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue