Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Dec 2, 2017
1 parent 40b896f commit 7ba14a0
Showing 1 changed file with 21 additions and 16 deletions.
37 changes: 21 additions & 16 deletions vm/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,30 @@ network services listening on all interfaces with weak passwords. It also
includes a backdoor user (faucet) with weak credentials.

Services
--------
~~~~~~~~

The VM exposes a number of ports listening on all interfaces by default:

| Service | Port |
| ------------------------ |:----:|
| SSH | 22 |
| FAUCET OpenFlow Channel | 6653 |
| GAUGE OpenFlow Channel | 6654 |
| Grafana Web Interface | 3000 |
| Prometheus Web Interface | 3000 |
## Default Credentials

| Service | Username | Password |
| ------------------------ |:--------:|:--------:|
| VM TTY Console | faucet | faucet |
| SSH | faucet | faucet |
| Grafana Web Interface | admin | admin |
======================== ====
Service Port
======================== ====
SSH 22
Faucet OpenFlow Channel 6653
Gauge OpenFlow Channel 6654
Grafana Web Interface 3000
Prometheus Web Interface 3000
======================== ====

Default Credentials
~~~~~~~~~~~~~~~~~~~

===================== ======== ========
Service Username Password
===================== ======== ========
VM TTY Console faucet faucet
SSH faucet faucet
Grafana Web Interface admin admin
===================== ======== ========

Post-Install Steps
------------------
Expand Down

0 comments on commit 7ba14a0

Please sign in to comment.