Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TURLA]: Missing/Inaccurate steps for configuring Linux Attack Platform (modin) in Azure #152

Open
rtkcgrantcharov opened this issue Nov 7, 2023 · 1 comment

Comments

@rtkcgrantcharov
Copy link

Several issues have been uncovered in several of the steps outlined in: Setup-RedTeam.md

  1. Run files/support/kali/kali-prereqs.sh
  • Based on the terraform definition:
    module "red-kali1" {
    source = "../modules/linuxsrv-latest-static"
    name = "${var.name-prefix}-kali-dev1"
    location = var.location
    admin_username = var.dev_linux_username
    admin_password = var.dev_linux_password
    group_name = module.rgroup.name
    subnet_id = azurerm_subnet.red.id
    description = "Kali Attack Platform VM"
    environment = local.default_tags.environment
    static_ip_list = var.red_kali_platform_ip_list
    ssh_private_key_path = var.ssh_private_key_path
    ssh_public_key_path = var.ssh_public_key_path
    default_dns_servers = module.support-dns-srv1.ips
    , this is based off a Ubuntu 20.04 base VM.
  • As a result, the packages kali-desktop-xfce and default-mysql-server cause package issues when attempting to install; see:
    apt install -y kali-desktop-xfce xorg xrdp augeas-{tools,lenses} git etckeeper
    apt install -y postfix ripmime mailutils procmail swaks
    apt install -y php php-mysql ruby default-mysql-server mariadb-client-10.6 mariadb-server-10.6 apache2
  • Additionally MySQL and MariaDB conflict with each other; I don't think can have both of them installed side-by-side
  • Ubuntu 20.04 only has packages: mariadb-server-10.3 and mariadb-client-10.3, the 10.6 versions do not exist
  1. Run files/support/kali/kali-update.sh
@rtkcgrantcharov rtkcgrantcharov changed the title [TURLA]: Missing/Inaccurate steps for configuring Linux Attack Platform ('modin) in Azure [TURLA]: Missing/Inaccurate steps for configuring Linux Attack Platform (modin) in Azure Nov 7, 2023
@rtkcgrantcharov
Copy link
Author

After some more digging around, it appears that SimpleDropper_http.exe and SimpleDropper_https.exe might in fact be EPICDropper_http.exe and EPICDropper_https.exe in the binaries.zip. This inconsistency should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant