ytisf / PyExfil

A Python Package for Data Exfiltration
https://pyexfil.morirt.com
MIT License
761 stars 135 forks source link

Could not find a version that satisfies the requirement ftplib #19

Closed awspunk closed 3 years ago

awspunk commented 3 years ago
pip3 install pyExfil
Collecting pyExfil
Downloading PyExfil-1.10.4.tar.gz (5.2 kB)
Requirement already satisfied: Pillow in /usr/lib/python3/dist-packages (from pyExfil) (7.0.0)
Requirement already satisfied: PyCrypto in /usr/lib/python3/dist-packages (from pyExfil) (2.6.1)
Collecting base58
Downloading base58-2.0.1-py3-none-any.whl (4.3 kB)
ERROR: Could not find a version that satisfies the requirement ftplib (from pyExfil) (from versions: none)
ERROR: No matching distribution found for ftplib (from pyExfil)

My python Version is - Python 3.8.5 and pip versions is - pip 20.0.2

awspunk commented 3 years ago
python3 https_server.py 
  File "https_server.py", line 72
    except socket.error, e:
                       ^
SyntaxError: invalid syntax

Also I was getting some syntax errors , is it my python version

ytisf commented 3 years ago

Thanks for that. These have been fixed in latest commit + shoutout 👍