forked from p15670423/monkey
Fixed condition for showing suggestion to improve monkey success rate
This commit is contained in:
parent
f2e464f2a6
commit
09e04a3763
|
@ -396,12 +396,13 @@ class ReportPageComponent extends React.Component {
|
||||||
</p>)
|
</p>)
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
this.didMonkeyFindIssues() ?
|
this.state.report.glance.exploited.length > 0 ?
|
||||||
''
|
''
|
||||||
:
|
:
|
||||||
<p className="alert alert-info">
|
<p className="alert alert-info">
|
||||||
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
|
<i className="glyphicon glyphicon-info-sign" style={{'marginRight': '5px'}}/>
|
||||||
To improve the monkey's detection rates, try adding users and passwords and enable the "Local network
|
To improve the monkey's detection rates, try adding users and passwords and enable the "Local
|
||||||
|
network
|
||||||
scan" config value under <b>Basic - Network</b>.
|
scan" config value under <b>Basic - Network</b>.
|
||||||
</p>
|
</p>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue