forked from p15670423/monkey
Fix image paths and mail link
This commit is contained in:
parent
ab624e9ec8
commit
bc44e92f02
|
@ -61,7 +61,7 @@ weight = 30
|
|||
[[menu.shortcuts]]
|
||||
name = "<i class='fas fa-inbox'></i> Email"
|
||||
identifier = "email"
|
||||
url = "https://join.slack.com/t/infectionmonkey/shared_invite/enQtNDU5MjAxMjg1MjU1LWM0NjVmNWE2ZTMzYzAxOWJiYmMxMzU0NWU3NmUxYjcyNjk0YWY2MDkwODk4NGMyNDU4NzA4MDljOWNmZWViNDU"
|
||||
url = "mailto:support@infectionmonkey.com"
|
||||
weight = 40
|
||||
|
||||
# Enables raw html in markdown.
|
||||
|
|
|
@ -61,7 +61,7 @@ The Monkey performs queries out to the Internet on two separate occasions:
|
|||
|
||||
The Monkey Island’s log file can be downloaded directly from the UI. Click the “log” section and choose “Download Monkey Island internal logfile”, like so:
|
||||
|
||||
![How to download Monkey Island internal log file](../../../images/faq/download_log_monkey_island.png "How to download Monkey Island internal log file")
|
||||
![How to download Monkey Island internal log file](/images/faq/download_log_monkey_island.png "How to download Monkey Island internal log file")
|
||||
|
||||
It can also be found as a local file on the Monkey Island server, where the Monkey Island was executed, called `info.log`.
|
||||
|
||||
|
@ -140,7 +140,7 @@ If you wish to simulate a very “deep” attack into your network, you can try
|
|||
|
||||
To do this, change the “Distance from Island” parameter in the “Basic - Network” tab of the configuration:
|
||||
|
||||
![How to increase propagation depth](../../../images/faq/prop_depth.png "How to increase propagation depth")
|
||||
![How to increase propagation depth](/images/faq/prop_depth.png "How to increase propagation depth")
|
||||
|
||||
## The report returns a blank screen
|
||||
|
||||
|
|
Loading…
Reference in New Issue