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

Usage Steps for 'Using Docker on a Linux Host or Custom VM like a kali linux' Incorrect #13

Open
sorryyyy opened this issue Jan 1, 2025 · 0 comments

Comments

@sorryyyy
Copy link

sorryyyy commented Jan 1, 2025

In the README file, under the Using WiFiChallenge Lab section, I chose to setup the lab with the 3rd option: Using Docker on a Linux Host or Custom VM like a kali linux. The current steps here no longer work due to an error generated by docker claiming that compose is not a command. I've got a working fix below. If it's any use, I got this working on a UTM Kali VM on M1 MacOS (ARM).

I had to install docker-compose via GitHub (not available with apt) and also slightly modify the docker command. All steps are below. It might be worth taking this and breaking it into its own setup heading, such as Using Docker on Kali Linux.

1. Install docker-compose for your machine's specs:

  • sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose

2. Grant docker-compose binary execution privileges:

  • sudo chmod +x /usr/local/bin/docker-compose

3. Clone the repository in desired directory:

  • cd /var && git clone https://github.com/r4ulcl/WiFiChallengeLab-docker

4. Change directory into repository folder:

  • cd WiFiChallengeLab-docker

5. Run docker-compose command:

  • docker-compose up -d docker-compose.yml

This lab is one of the coolest projects I've seen and has brought me from zero to hero. Replicating a lab like this in the real world using physical devices would be more painful than trying to explain Bitcoin to Grandma, so thanks for making this. Without this, nobody would have their OSWP lol.

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