mategol / PySilon-malware

Advanced RAT written in Python language, fully controllable through Discord with dedicated GUI builder to make preparation easier.
https://pysilon.net
MIT License
807 stars 133 forks source link

error with executing malware #129

Closed pegatank closed 1 year ago

pegatank commented 1 year ago
errror
vilewired commented 1 year ago

what does the rest say?

pegatank commented 1 year ago

Traceback (most recent call last): File "resources\discord_token_grabber.py", line 5, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "requests__init.py", line 43, in File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "urllib3\init__.py", line 42, in ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.1.0i 14 Aug 2018'. See: https://github.com/urllib3/urllib3/issues/2168

vilewired commented 1 year ago

https://github.com/urllib3/urllib3/issues/2168

They state that you need a newer version of open SSL since python 3.10+ and some version of their package. Go download a newer version of OpenSSL

pegatank commented 1 year ago

Ok

vilewired commented 1 year ago

did that help?

pegatank commented 1 year ago

no i updated my openssl to 3.1.1 and added it to path but it still give that error

vilewired commented 1 year ago

Could u please make an issue in urllib telling them that you have code compiled using pyinstaller and you would like to know how to fix it?

pegatank commented 1 year ago

fixed it

vilewired commented 1 year ago

What did u do to fix it?