Last content adjustments on island
This commit is contained in:
parent
8a70ac3a8c
commit
e644a77e0a
|
@ -19,6 +19,7 @@ class LicensePageComponent extends React.Component {
|
||||||
<div style={{'fontSize': '1.2em'}}>
|
<div style={{'fontSize': '1.2em'}}>
|
||||||
<p>
|
<p>
|
||||||
Copyright <i className="glyphicon glyphicon-copyright-mark" /> 2017 Guardicore Ltd.
|
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>.
|
Licensed under <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GPLv3</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -139,7 +139,7 @@ class RunMonkeyPageComponent extends React.Component {
|
||||||
<h1 className="page-title">2. Run the Monkey</h1>
|
<h1 className="page-title">2. Run the Monkey</h1>
|
||||||
<p style={{'marginBottom': '2em', 'fontSize': '1.2em'}}>
|
<p style={{'marginBottom': '2em', 'fontSize': '1.2em'}}>
|
||||||
Go ahead and run the monkey!
|
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>
|
||||||
<p>
|
<p>
|
||||||
<button onClick={this.runLocalMonkey}
|
<button onClick={this.runLocalMonkey}
|
||||||
|
@ -173,7 +173,8 @@ class RunMonkeyPageComponent extends React.Component {
|
||||||
<Collapse in={this.state.showManual}>
|
<Collapse in={this.state.showManual}>
|
||||||
<div style={{'marginBottom': '2em'}}>
|
<div style={{'marginBottom': '2em'}}>
|
||||||
<p style={{'fontSize': '1.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>
|
</p>
|
||||||
<Nav bsStyle="pills" justified activeKey={this.state.selectedOs} onSelect={this.setSelectedOs}>
|
<Nav bsStyle="pills" justified activeKey={this.state.selectedOs} onSelect={this.setSelectedOs}>
|
||||||
<NavItem key='windows-32' eventKey='windows-32'>Windows (32 bit)</NavItem>
|
<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-32' eventKey='linux-32'>Linux (32 bit)</NavItem>
|
||||||
<NavItem key='linux-64' eventKey='linux-64'>Linux (64 bit)</NavItem>
|
<NavItem key='linux-64' eventKey='linux-64'>Linux (64 bit)</NavItem>
|
||||||
</Nav>
|
</Nav>
|
||||||
|
{this.state.ips.length > 1 ?
|
||||||
<Nav bsStyle="pills" justified activeKey={this.state.selectedIp} onSelect={this.setSelectedIp}
|
<Nav bsStyle="pills" justified activeKey={this.state.selectedIp} onSelect={this.setSelectedIp}
|
||||||
style={{'marginBottom': '2em'}}>
|
style={{'marginBottom': '2em'}}>
|
||||||
{this.state.ips.map(ip => <NavItem key={ip} eventKey={ip}>{ip}</NavItem>)}
|
{this.state.ips.map(ip => <NavItem key={ip} eventKey={ip}>{ip}</NavItem>)}
|
||||||
</Nav>
|
</Nav>
|
||||||
|
: <div style={{'marginBottom': '2em'}} />
|
||||||
|
}
|
||||||
<p style={{'fontSize': '1.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>
|
</p>
|
||||||
{this.generateCmdDiv()}
|
{this.generateCmdDiv()}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -15,9 +15,11 @@ class RunServerPageComponent extends React.Component {
|
||||||
<p style={{'marginTop': '30px'}}>Congrats! You have successfully set up the Monkey Island server. 👏 👏</p>
|
<p style={{'marginTop': '30px'}}>Congrats! You have successfully set up the Monkey Island server. 👏 👏</p>
|
||||||
<p>
|
<p>
|
||||||
The Infection Monkey is an open source security tool for testing a data center's resiliency to perimeter
|
The Infection Monkey is an open source security tool for testing a data center's resiliency to perimeter
|
||||||
breaches and internal server infection.
|
breaches and internal server infections.
|
||||||
The Monkey uses various methods to self propagate across a data
|
The Monkey uses various methods to propagate across a data
|
||||||
center and reports success to a centralized C&C server.
|
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>
|
To read more about the Monkey, visit <a href="http://infectionmonkey.com" target="_blank">infectionmonkey.com</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -223,7 +223,7 @@ class PreviewPaneComponent extends React.Component {
|
||||||
{ !info ?
|
{ !info ?
|
||||||
<span>
|
<span>
|
||||||
<Icon name="hand-o-left" style={{'marginRight': '0.5em'}} />
|
<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>
|
</span>
|
||||||
:
|
:
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue