forked from p15670423/monkey
UI: Add AV explanation if binaries are missing
This commit is contained in:
parent
dec2fc43c2
commit
92b829ede2
|
@ -9,7 +9,7 @@ Below are some of the most common questions we receive about the Infection Monke
|
||||||
|
|
||||||
- [Where can I get the latest version of the Infection Monkey?](#where-can-i-get-the-latest-version-of-the-infection-monkey)
|
- [Where can I get the latest version of the Infection Monkey?](#where-can-i-get-the-latest-version-of-the-infection-monkey)
|
||||||
- [How long does a single Infection Monkey agent run? Is there a time limit?](#how-long-does-a-single-infection-monkey-agent-run-is-there-a-time-limit)
|
- [How long does a single Infection Monkey agent run? Is there a time limit?](#how-long-does-a-single-infection-monkey-agent-run-is-there-a-time-limit)
|
||||||
- [Is the Infection Monkey a malware/virus?](#is-infection-monkey-a-malwarevirus)
|
- [Is the Infection Monkey a malware/virus?](#is-the-infection-monkey-a-malwarevirus)
|
||||||
- [Reset/enable the Monkey Island password](#resetenable-the-monkey-island-password)
|
- [Reset/enable the Monkey Island password](#resetenable-the-monkey-island-password)
|
||||||
- [Should I run the Infection Monkey continuously?](#should-i-run-the-infection-monkey-continuously)
|
- [Should I run the Infection Monkey continuously?](#should-i-run-the-infection-monkey-continuously)
|
||||||
- [Which queries does the Infection Monkey perform to the internet exactly?](#which-queries-does-the-infection-monkey-perform-to-the-internet-exactly)
|
- [Which queries does the Infection Monkey perform to the internet exactly?](#which-queries-does-the-infection-monkey-perform-to-the-internet-exactly)
|
||||||
|
|
|
@ -10,7 +10,7 @@ tags: ["setup", "windows"]
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
{{% notice tip %}}
|
{{% notice tip %}}
|
||||||
Don't get scared if the Infection Monkey gets [flagged as malware during the installation](/faq/#is-infection-monkey-a-malwarevirus).
|
Don't get scared if the Infection Monkey gets [flagged as malware during the installation](/faq/#is-the-infection-monkey-a-malwarevirus).
|
||||||
{{% /notice %}}
|
{{% /notice %}}
|
||||||
|
|
||||||
After running the installer, the following prompt should appear on the screen:
|
After running the installer, the following prompt should appear on the screen:
|
||||||
|
|
|
@ -28,6 +28,7 @@ class IslandMonkeyRunErrorModal extends React.PureComponent {
|
||||||
return (
|
return (
|
||||||
<span>
|
<span>
|
||||||
Some Monkey binaries are not found where they should be...<br/>
|
Some Monkey binaries are not found where they should be...<br/>
|
||||||
|
<b>Make sure that your antivirus is not deleting the binaries.</b><br/><br/>
|
||||||
You can download the files from <a href="https://github.com/guardicore/monkey/releases/latest"
|
You can download the files from <a href="https://github.com/guardicore/monkey/releases/latest"
|
||||||
target="blank">here</a>,
|
target="blank">here</a>,
|
||||||
at the bottommost section titled "Assets", and place them under the
|
at the bottommost section titled "Assets", and place them under the
|
||||||
|
|
Loading…
Reference in New Issue