subprocess.CalledProcessError:


when i try to download a text file from the hacker machine in my reverse backdoor program, the client machine shows me the subprocess.calledprocessserror. i have tried to resolve this and i can’t

Your “download” input is not going into the correct If statement. It is going into the last else statement. Try to print the command variable and see what is in it when you give “download” as input.