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

Installation doesn't fail if docker isn't installed #101

Open
RichardoC opened this issue Feb 14, 2023 · 3 comments
Open

Installation doesn't fail if docker isn't installed #101

RichardoC opened this issue Feb 14, 2023 · 3 comments
Assignees
Labels

Comments

@RichardoC
Copy link

RichardoC commented Feb 14, 2023

While attempting to install websploit on an arm64 machine which didn't have docker installed, the install succeeds and tells me a number of container IPs, despite no containers running. I was expecting the install to fail before that

Below are the full installation logs which hopefully will help.

logs.txt

@santosomar santosomar self-assigned this Feb 23, 2023
@santosomar
Copy link
Contributor

It looks like the script was not recognizing the arm64 architecture.

OK
deb [arch=amd64] https://download.docker.com/linux/debian buster stable
Hit:1 https://download.docker.com/linux/debian buster InRelease
Hit:2 http://kali.download/kali kali-rolling InRelease
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Reading package lists...
Building dependency tree...
Reading state information...
Reading package lists...
Building dependency tree...
Reading state information...
Package docker-ce is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  docker-ce-cli:amd64

I am using the same procedure in: https://get.docker.com

I will investigate and troubleshoot further on an M1/M2 system.

@santosomar santosomar added the bug label Mar 30, 2023
@santosomar
Copy link
Contributor

Several of us have tried to port everything to the M1/M2 systems and it is extremely frustrating and hard. I will add a note that WebSploit will not run well in an Apple (MAC) M1/M2 system.

@RichardoC
Copy link
Author

@santosomar Where is the source for https://websploit.org/install.sh ? I'd like to update it to fail on attempted installation on non amd64 systems to prevent others having this issue

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

No branches or pull requests

2 participants