monkey/deployment_scripts/appimage
Mike Salvatore 3e96b20834 build: Rename appimage icon to infection-monkey.svg 2021-04-15 11:32:10 -04:00
..
.gitignore build: Build AppImage with appimagetool instead of appimage-builder 2021-04-12 12:25:16 -04:00
AppRun build: Build AppImage with appimagetool instead of appimage-builder 2021-04-12 12:25:16 -04:00
README.md build: Build AppImage with appimagetool instead of appimage-builder 2021-04-12 12:25:16 -04:00
build_appimage.sh build: Rename appimage icon to infection-monkey.svg 2021-04-15 11:32:10 -04:00
infection-monkey.desktop build: Rename appimage icon to infection-monkey.svg 2021-04-15 11:32:10 -04:00
island_logger_config.json build: select server and logger config at runtime in appimage 2021-03-31 07:37:49 -04:00
run_appimage.sh build: Address shellcheck warnings in run_appimage.sh 2021-04-12 14:29:40 -04:00
server_config.json.standard build: add data_dir to standard server config in appimage build 2021-03-31 08:27:41 -04:00

README.md

Monkey Island AppImage

About

This directory contains the necessary artifacts for building a prototype monkey_island AppImage using appimage-builder.

Building an AppImage

  1. Create a clean VM or LXC (not docker!) based on Ubuntu 18.04.
  2. Copy the deployment_scripts/appimage directory to $HOME/ in the VM.
  3. Run sudo -v.
  4. On the VM, cd $HOME/appimage
  5. Execute ./build_appimage.sh. This will pull all necessary dependencies and build the AppImage.

NOTE: This script is intended to be run from a clean VM. You can also manually remove build artifacts by removing the following files and directories.

  • $HOME/.monkey_island (optional)
  • $HOME/squashfs-root
  • $HOME/git/monkey
  • $HOME/appimage/Infection_Monkey-x86_64.AppImage

After removing the above files and directories, you can again execute bash build_appimage.sh.

Running the AppImage

The build script will produce an AppImage executible named something like Monkey Island-VERSION-x86-64.AppImage. Simply execute this file and you're off to the races.

A new directory, $HOME/.monkey_island will be created to store runtime artifacts.