Go to file
VakarisZ f21f63fc71 victims_max_exploit changed to 30 and RDP exploiter added to fullTest.conf 2019-01-24 12:16:31 +02:00
.github Update issue templates 2018-05-05 18:36:42 +03:00
deployment_scripts Node updates and pip installation added 2018-12-11 17:07:45 +02:00
docker quickwin dockerization 2018-05-04 17:23:10 +02:00
envs/monkey_zoo victims_max_exploit changed to 30 and RDP exploiter added to fullTest.conf 2019-01-24 12:16:31 +02:00
monkey Merge pull request #224 from VakarisZ/shellshock_timeout_handling 2018-12-11 19:18:13 +02:00
.gitignore Main terraform files and documentation added 2018-12-18 19:35:14 +02:00
.travis.yml Travis CI: Add Python 3.7 to the testing 2018-09-08 15:42:10 +02:00
CONTRIBUTING.md Update where we want PRs to go to 2018-05-04 18:44:21 +03:00
LICENSE Changed name to fit Github standard 2016-03-01 17:54:01 +02:00
README.md Deployment scripts added to the repository 2018-12-10 13:08:59 +02:00

README.md

Infection Monkey

Data center Security Testing Tool


Welcome to the Infection Monkey!

The Infection Monkey is an open source security tool for testing a data center's resiliency to perimeter breaches and internal server infection. The Monkey uses various methods to self propagate across a data center and reports success to a centralized Monkey Island server.

The Infection Monkey is comprised of two parts:

  • Monkey - A tool which infects other machines and propagates to them
  • Monkey Island - A dedicated server to control and visualize the Infection Monkey's progress inside the data center

To read more about the Monkey, visit http://infectionmonkey.com

Main Features

The Infection Monkey uses the following techniques and exploits to propagate to other machines.

  • Multiple propagation techniques:
    • Predefined passwords
    • Common logical exploits
    • Password stealing using Mimikatz
  • Multiple exploit methods:
    • SSH
    • SMB
    • RDP
    • WMI
    • Shellshock
    • Conficker
    • SambaCry
    • Elastic Search (CVE-2015-1427)

Setup

Check out the Setup page in the Wiki or a quick getting started guide.

Building the Monkey from source

To deploy development version of monkey you should refer to readme in the deployment scripts folder. If you only want to build the monkey from source, see Setup and follow the instructions at the readme files under infection_monkey and monkey_island.

License

Copyright (c) Guardicore Ltd

See the LICENSE file for license rights and limitations (GPLv3).