Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 committed Sep 7, 2023
1 parent fe8cb33 commit fd6a2fa
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@ of the `root` user.
A vulnerable instance of the software can be downloaded with the following
[link](https://mobileironsentry.blob.core.windows.net/mobileironsentrycontainer/sentry-mobileiron-9.12.0-16.vhd)
(note the .vhd file is ~34 GB). Once downloaded, import the file into your favorite hypervisor to run the software.
VMware Fusion 12 with the Sentry VM configured with a bridged network adapter worked out of the box for testing the module.
VMware Fusion 12 with the Sentry VM configured with a bridged network adapter worked best for testing. The .vhd file is
configured to run with 256MB of RAM and 1 CPU. When first booted the VM appears to hang with the following message displayed:
```
Probing EDD (edd=off) ...
```
By increasing the RAM to somewhere around 8GB and providing more than 1 CPU core the `Probing EDD (edd=off) ...` message
goes away after a couple of seconds and the `EULA` should appear and Sentry configuration will begin.
Inputting defaults for everything should be satisfactory.

Once finished with the configuration input `show ip route` to get the IP address of the machine. Before running the module
check to ensure the MICS service is up and running by navigating to `https://<ip-address>:8443/` in a browser. If there
is no response, try restarting the VM - this is a
[known issue](https://forums.ivanti.com/s/question/0D54O00006zkSs0SAE/unable-to-contact-mics-service?language=en_US)
that rebooting the VM can resolve.

## Options

Expand Down

0 comments on commit fd6a2fa

Please sign in to comment.