Last content adjustments on island

This commit is contained in:
Itay Mizeretz 2017-10-17 17:14:12 +03:00
parent 8a70ac3a8c
commit e644a77e0a
4 changed files with 18 additions and 11 deletions

View File

@ -19,6 +19,7 @@ class LicensePageComponent extends React.Component {
<div style={{'fontSize': '1.2em'}}>
<p>
Copyright <i className="glyphicon glyphicon-copyright-mark" /> 2017 Guardicore Ltd.
<br />
Licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GPLv3</a>.
</p>
<p>

View File

@ -139,7 +139,7 @@ class RunMonkeyPageComponent extends React.Component {
<h1 className="page-title">2. Run the Monkey</h1>
<p style={{'marginBottom': '2em', 'fontSize': '1.2em'}}>
Go ahead and run the monkey!
<i> (Or make further adjustments by <Link to="/configure">configuring the monkey</Link>)</i>
<i> (Or <Link to="/configure">configure the monkey</Link> to fine tune its behavior)</i>
</p>
<p>
<button onClick={this.runLocalMonkey}
@ -173,7 +173,8 @@ class RunMonkeyPageComponent extends React.Component {
<Collapse in={this.state.showManual}>
<div style={{'marginBottom': '2em'}}>
<p style={{'fontSize': '1.2em'}}>
Choose the operating system you want to run the monkey on, and the interface to communicate with.
Choose the operating system you want to run the monkey on
{this.state.ips.length > 1 ? ', and the interface to communicate with.' : '.'}
</p>
<Nav bsStyle="pills" justified activeKey={this.state.selectedOs} onSelect={this.setSelectedOs}>
<NavItem key='windows-32' eventKey='windows-32'>Windows (32 bit)</NavItem>
@ -181,12 +182,15 @@ class RunMonkeyPageComponent extends React.Component {
<NavItem key='linux-32' eventKey='linux-32'>Linux (32 bit)</NavItem>
<NavItem key='linux-64' eventKey='linux-64'>Linux (64 bit)</NavItem>
</Nav>
<Nav bsStyle="pills" justified activeKey={this.state.selectedIp} onSelect={this.setSelectedIp}
style={{'marginBottom': '2em'}}>
{this.state.ips.map(ip => <NavItem key={ip} eventKey={ip}>{ip}</NavItem>)}
</Nav>
{this.state.ips.length > 1 ?
<Nav bsStyle="pills" justified activeKey={this.state.selectedIp} onSelect={this.setSelectedIp}
style={{'marginBottom': '2em'}}>
{this.state.ips.map(ip => <NavItem key={ip} eventKey={ip}>{ip}</NavItem>)}
</Nav>
: <div style={{'marginBottom': '2em'}} />
}
<p style={{'fontSize': '1.2em'}}>
Copy the following command to your machine and run it as Administrator/root.
Copy the following command to your machine and run it with Administrator or root privileges.
</p>
{this.generateCmdDiv()}
</div>

View File

@ -15,9 +15,11 @@ class RunServerPageComponent extends React.Component {
<p style={{'marginTop': '30px'}}>Congrats! You have successfully set up the Monkey Island server. &#x1F44F; &#x1F44F;</p>
<p>
The Infection Monkey is an open source security tool for testing a data center's resiliency to perimeter
breaches and internal server infection.
The Monkey uses various methods to self propagate across a data
center and reports success to a centralized C&C server.
breaches and internal server infections.
The Monkey uses various methods to propagate across a data
center and reports to this Command and Control (C&C) server.
</p>
<p>
To read more about the Monkey, visit <a href="http://infectionmonkey.com" target="_blank">infectionmonkey.com</a>
</p>
<p>

View File

@ -223,7 +223,7 @@ class PreviewPaneComponent extends React.Component {
{ !info ?
<span>
<Icon name="hand-o-left" style={{'marginRight': '0.5em'}} />
Select an item on the map for a preview
Select an item on the map for a detailed look
</span>
:
<div>