FallenAstaroth / stink

🚀 Stealer on built-in libraries only, which doesn't create any temp files on data collecting, with 4 sending methods and lots of functionality.
Apache License 2.0
222 stars 56 forks source link

Installation problems #16

Closed FallenAstaroth closed 1 year ago

FallenAstaroth commented 2 years ago

Hi, I have a problem not installing stink==0.0.5 Also can't find the folder at this path In the appearing folder venv go to the path \Lib\site-packages\win32. Copy the file win32crypt.pyd

Originally posted by @jaday88 in https://github.com/FallenAstaroth/stink/issues/15#issuecomment-984507501

FallenAstaroth commented 2 years ago

Hi, I have a problem not installing stink==0.0.5 Also can't find the folder at this path In the appearing folder venv go to the path \Lib\site-packages\win32. Copy the file win32crypt.pyd

Originally posted by @jaday88 in #15 (comment)

The problem was in the Python version. Recommended versions are >=3.7 and <=3.9

FallenAstaroth commented 2 years ago

If you have 2 or more versions of python installed, you need to specify which version you want to use when creating the virtual environment. For example virtualenv -p "c:\users\wolf in chains\appdata\local\programs\python\python38\python.exe" venv

CARDANA22 commented 2 years ago

With python 3.9.9 and in pipenv and python 3.8 ERROR: Could not find a version that satisfies the requirement pywin32<303,>=302 (from stink) ERROR: No matching distribution found for pywin32<303,>=302

FallenAstaroth commented 2 years ago

With python 3.9.9 and in pipenv and python 3.8 ERROR: Could not find a version that satisfies the requirement pywin32<303,>=302 (from stink) ERROR: No matching distribution found for pywin32<303,>=302

What operating system do you have? This stealer is for Windows only.