Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #88104
    donatas
    Participant

    im getting weird error while trying to install pyinstaller on kali linux

    Attachments:
    You must be logged in to view attached files.
    #88331
    Diego PérezDiego Pérez
    Moderator

    Hi!
    Try to install an older version, the command should look like: wine ….. pip install pyinstaller==3.6

    Greetings!
    Diego

    #88332
    donatas
    Participant

    Hello!
    still not working

    Attachments:
    You must be logged in to view attached files.
    #88616
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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.6

    Greetings!
    Diego

    #88617
    donatas
    Participant

    HI!
    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/w3u1mrVP

    Listener Code:
    https://pastebin.com/PaZtH2s3

    Attachments:
    You must be logged in to view attached files.
    #88879
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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!
    Diego

    #88881
    donatas
    Participant

    Hello!
    doesn’t work even if i don’t compile it

    #88882
    donatas
    Participant

    oh when i run backdoor on my virtual windows machine its working fine.

    #88883
    donatas
    Participant

    so the backdoor will work on any other computer and it doesn’t matter what language is set on the computer?

    #89112
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.