Marten4n6 / EvilOSX

An evil RAT (Remote Administration Tool) for macOS / OS X.
GNU General Public License v3.0
2.28k stars 477 forks source link

Why new version remove GUI ? #72

Closed Mel0day closed 6 years ago

Mel0day commented 6 years ago

Why new version remove GUI mode LOLz

Marten4n6 commented 6 years ago

I'm going to drop Docker support (https://github.com/Marten4n6/EvilOSX/issues/63). The issue I'm facing can be found here: https://github.com/docker-library/docs/issues/904.

[bot@botnet]: ~/GitHub/EvilOSX>$ docker build .
Sending build context to Docker daemon  2.062MB
Step 1/7 : FROM python:3.7-alpine
 ---> a5f497d596f5
Step 2/7 : RUN apk add build-base gcc
 ---> Using cache
 ---> 928e0c788cda
Step 3/7 : COPY requirements.txt /
 ---> 0fc901e281ce
Step 4/7 : RUN pip install -r /requirements.txt
 ---> Running in e620d688497d
Collecting urwid (from -r /requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/c7/90/415728875c230fafd13d118512bde3184d810d7bf798a631abc05fac09d0/urwid-2.0.1.tar.gz (604kB)
Collecting pyside2 (from -r /requirements.txt (line 2))
  Could not find a version that satisfies the requirement pyside2 (from -r /requirements.txt (line 2)) (from versions: )
No matching distribution found for pyside2 (from -r /requirements.txt (line 2))
The command '/bin/sh -c pip install -r /requirements.txt' returned a non-zero code: 1

Thanks.