- This topic has 9 replies, 2 voices, and was last updated 1 year, 1 month ago by Diego Pérez.
- AuthorPosts
- October 2, 2023 at 10:05 pm #88104donatasParticipant
im getting weird error while trying to install pyinstaller on kali linux
Attachments:
You must be logged in to view attached files.October 3, 2023 at 9:08 pm #88331Diego PérezModeratorHi!
Try to install an older version, the command should look like: wine ….. pip install pyinstaller==3.6Greetings!
DiegoOctober 3, 2023 at 10:32 pm #88332October 4, 2023 at 8:29 pm #88616Diego PérezModeratorHi!
Now it is complaining about a different library, so first install a different pefile library. Use the same command: wine …. install pefile==2019.4.18
The install pyinstaller==3.6Greetings!
DiegoOctober 5, 2023 at 6:50 am #88617donatasParticipantHI!
pyinstaller works now but another problem appeared with backdoor all of the commands is working fine but when i run command (dir) my backdoor crash and it doesn’t give any errors.BackDoor Code:
https://pastebin.com/w3u1mrVPListener Code:
https://pastebin.com/PaZtH2s3Attachments:
You must be logged in to view attached files.October 5, 2023 at 8:39 pm #88879Diego PérezModeratorHi!
Did it worked before compiling the code? If it didn’t then comment out the try/except so the errors can be read. And use the python script and not the compiled version.Greetings!
DiegoOctober 5, 2023 at 9:23 pm #88881donatasParticipantHello!
doesn’t work even if i don’t compile itOctober 5, 2023 at 11:33 pm #88882donatasParticipantoh when i run backdoor on my virtual windows machine its working fine.
October 5, 2023 at 11:42 pm #88883donatasParticipantso the backdoor will work on any other computer and it doesn’t matter what language is set on the computer?
October 7, 2023 at 12:58 am #89112Diego PérezModeratorHi!
As mentioned before we would need to see the error message to know what’s going wrong, otherwise it’s not possible to tell.Greetings!
Diego - AuthorPosts
- You must be logged in to reply to this topic.