xp4xbox / Python-Backdoor

This project is a cross-platform backdoor/reverse shell and post-exploitation tool written in Python3
GNU General Public License v3.0
714 stars 205 forks source link

Cant Skip Icon #61

Closed wufflepuff closed 3 years ago

wufflepuff commented 3 years ago

OS: [e.g. Windows 10] Commit/Build: [e.g. b227928]

It says Press Enter to skip but when i press enter it cancel the setup.

xp4xbox commented 3 years ago

It's not canceling, something is wrong with Pyinstaller. Try running the setup in a PowerShell window or cmd. Right-click hold shift, open PowerShell window here, then type python setup.py. Tell show me the output where it cancels.

wufflepuff commented 3 years ago

Bild_2021-03-21_220654 It says (in german): The system can not find the path specified.

xp4xbox commented 3 years ago

On line 5 add print(python_path) in setup.py and show me the output. Looks like pyinstaller isnt being found

wufflepuff commented 3 years ago

still the same

wufflepuff commented 3 years ago

wait here C:\Users\Sean\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0

Hawkern commented 3 years ago

👽👽👽👽👽👽👽👽👽👽👽👽👽👽👽👽

xp4xbox commented 3 years ago

The problem is it cant find your pyinstaller location, can you search for pyinstaller and see where the folder is on your computer?

@wufflepuff

Rezureaxx commented 3 years ago

Hey i have the same problem...I only have the Pyinstaller.exe and i downloaded it with your requirements

xp4xbox commented 3 years ago

@Rezureaxx can you find where your pyinstaller location is?

xp4xbox commented 3 years ago

3d814bf

anqoVoube commented 2 years ago

type---------- os.system("cd " + python_path) os.system("pyinstaller client.py " + strUPX + " --hidden-import pynput.keyboard._win32 --hidden-import pynput.mouse._win32 --exclude-module FixTk --exclude-module tcl --exclude-module tk " "--exclude-module _tkinter --exclude-module tkinter --exclude-module Tkinter " "--onefile --windowed") instead of----------- os.system(python_path + "\pyinstaller\" client.py " + strUPX + " --hidden-import pynput.keyboard._win32 --hidden-import pynput.mouse._win32 --exclude-module FixTk --exclude-module tcl --exclude-module tk " "--exclude-module _tkinter --exclude-module tkinter --exclude-module Tkinter " "--onefile --windowed") line number 177