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
882 stars 142 forks source link

Builder doesnt open #475

Open HelpUrSelf69 opened 4 months ago

HelpUrSelf69 commented 4 months ago

A clear and concise description of what the bug is.

Whenever i use python 1.12.4 i can compile and create the file but when ran nothing happens, the bot doesnt go online and nothing happens on my pc. I then installed the recomended verssion (1.11.4) and i am now getting the error

Traceback (most recent call last): File "C:\Users\WDAGUtilityAccount\pysilon-malware\builder.py", line 3, in from PIL import ImageTk, Image File "C:\Users\WDAGUtilityAccount\pysilon-malware\pysilon\Lib\site-packages\PIL\ImageTk.py", line 32, in from . import Image File "C:\Users\WDAGUtilityAccount\pysilon-malware\pysilon\Lib\site-packages\PIL\Image.py", line 100, in from . import _imaging as core ImportError: cannot import name '_imaging' from 'PIL' (C:\Users\WDAGUtilityAccount\pysilon-malware\pysilon\Lib\site-packages\PIL__init__.py)

Steps to reproduce the behavior:

run PySilon.bat on python 1.11.4

A clear and concise description of what you expected to happen.

i expected the compiler to open

If applicable, add screenshots to help explain your problem.

image

HelpUrSelf69 commented 4 months ago

image

when using 1.12.4 i get all these errors

Yaw-Dev commented 4 months ago

go back to 3.11.4 and do a pip install pillow

HelpUrSelf69 commented 4 months ago

still getting the error

Yaw-Dev commented 4 months ago

did ou uninstall 3.12? because it might be defaulting to that if you havent done so

HelpUrSelf69 commented 4 months ago

yes i openned the installer and selected uninstall and deleted the folder

prismarinenetwork commented 4 months ago

did you install pip packages? if you didn't open up CMD and put "pip install requests" (without quotation) if that didn't work try uninstalling pysilon and reinstalling it again check if you have python installed by opening up cmd and typing "python --version" (without quotation) it is recommended as of 7/2/2024 it is recommended to use 3.11.4 or above (this could change)