Skip to content

Commit 4b6362a

Browse files
committed
Minor doc tweaks.
1 parent b6ea95c commit 4b6362a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/modules/exploit/linux/local/juju_run_agent_priv_esc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Vulnerable Application
99

10-
[Juju](https://juju.ubuntu.com/) is an open source application modelling tool designed for devops to deploy, configure, scale and operate software on public and private clouds.
10+
[Juju](https://juju.ubuntu.com/) is an open source application modeling tool designed for devops to deploy, configure, scale, and operate software on public and private clouds.
1111

1212
* Homepage: https://juju.ubuntu.com/
1313
* Github: https://github.com/juju/juju
@@ -33,11 +33,11 @@
3333
# List avilable juju packages
3434
apt-cache showpkg juju
3535

36-
# Install a vulnerale package
36+
# Install a vulnerable package
3737
apt-get install juju-core=1.18.1-0ubuntu1
3838

39-
# Generate a config file:
40-
bootstrap init
39+
# Generate a config file
40+
juju init
4141
```
4242

4343
Edit the `manual` section of the newly generated config file, adding the appropriate `bootstrap-host` and `bootstrap-user` for the client system, ensuring the appropriate `default-series` is set (`trusty` for Ububtu 14.x).

0 commit comments

Comments
 (0)