forked from p34709852/monkey
Rename and number pages
This commit is contained in:
parent
5121a4fe54
commit
d726738868
|
@ -101,7 +101,7 @@ class AppComponent extends React.Component {
|
||||||
<li>
|
<li>
|
||||||
<NavLink to="/report">
|
<NavLink to="/report">
|
||||||
<span className="number">4.</span>
|
<span className="number">4.</span>
|
||||||
Pen. Test Report
|
Security Report
|
||||||
</NavLink>
|
</NavLink>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -115,7 +115,7 @@ class AppComponent extends React.Component {
|
||||||
<hr/>
|
<hr/>
|
||||||
<ul>
|
<ul>
|
||||||
<li><NavLink to="/configure">Configuration</NavLink></li>
|
<li><NavLink to="/configure">Configuration</NavLink></li>
|
||||||
<li><NavLink to="/infection/telemetry">Monkey Telemetry</NavLink></li>
|
<li><NavLink to="/infection/telemetry">Log</NavLink></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
|
@ -161,7 +161,7 @@ class MapPageComponent extends React.Component {
|
||||||
<div>
|
<div>
|
||||||
{this.renderKillDialogModal()}
|
{this.renderKillDialogModal()}
|
||||||
<Col xs={12} lg={8}>
|
<Col xs={12} lg={8}>
|
||||||
<h1 className="page-title">Infection Map</h1>
|
<h1 className="page-title">3. Infection Map</h1>
|
||||||
</Col>
|
</Col>
|
||||||
<Col xs={8}>
|
<Col xs={8}>
|
||||||
<div className="map-legend">
|
<div className="map-legend">
|
||||||
|
|
|
@ -9,7 +9,7 @@ class ReportPageComponent extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Col xs={12} lg={8}>
|
<Col xs={12} lg={8}>
|
||||||
<h1 className="page-title">Penetration Test Report</h1>
|
<h1 className="page-title">4. Security Report</h1>
|
||||||
<div style={{'fontSize': '1.2em'}}>
|
<div style={{'fontSize': '1.2em'}}>
|
||||||
<p>
|
<p>
|
||||||
Under construction
|
Under construction
|
||||||
|
|
|
@ -136,7 +136,7 @@ class RunMonkeyPageComponent extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Col xs={12} lg={8}>
|
<Col xs={12} lg={8}>
|
||||||
<h1 className="page-title">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 make further adjustments by <Link to="/configure">configuring the monkey</Link>)</i>
|
||||||
|
|
|
@ -17,7 +17,7 @@ class RunServerPageComponent extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Col xs={12} lg={8}>
|
<Col xs={12} lg={8}>
|
||||||
<h1 className="page-title">Monkey Island C&C Server</h1>
|
<h1 className="page-title">1. Monkey Island C&C Server</h1>
|
||||||
<div style={{'fontSize': '1.2em'}}>
|
<div style={{'fontSize': '1.2em'}}>
|
||||||
<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>
|
||||||
|
|
|
@ -30,7 +30,7 @@ class TelemetryPageComponent extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<Col xs={12} lg={8}>
|
<Col xs={12} lg={8}>
|
||||||
<h1 className="page-title">Monkey Telemetry</h1>
|
<h1 className="page-title">Log</h1>
|
||||||
<div className="data-table-container">
|
<div className="data-table-container">
|
||||||
<DataTable
|
<DataTable
|
||||||
keys="name"
|
keys="name"
|
||||||
|
|
Loading…
Reference in New Issue