PushpenderIndia / Sinister

Sinister is Windows/Linux Keylogger Generator which sends key-logs via email with other juicy target info
BSD 3-Clause "New" or "Revised" License
439 stars 89 forks source link

subprocess.CalledProcessError: Command 'where python' returned non-zero exit status 127. #25

Closed ricko2991 closed 4 years ago

ricko2991 commented 4 years ago

Hi can you help me. when i run python3 technowgen.py -e anonymus@gmail.com -p 12345678 -w -o virus.exe --icon icon/pdf.ico on kali machine. give me error message below:

/bin/sh: 1: where: not found
Traceback (most recent call last):
File "technowgen.py", line 276, in
WINDOWS_PYTHON_PYINSTALLER_PATH = get_python_pyinstaller_path()
File "technowgen.py", line 41, in get_python_pyinstaller_path
python_path = subprocess.check_output("where python", shell=True)
File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'where python' returned non-zero exit status 127.

PushpenderIndia commented 4 years ago

Please Check It Now!

ricko2991 commented 4 years ago

yeah, i have some error to. i can't install win32gui on wine python 3.7

PushpenderIndia commented 4 years ago

Please google that particular error, and try to solve it,

If you are unable to create payload for windows from Linux, then you can install technowhorse on windows for windows payload creation.

And in order to create Linux payload, you can simply create it from your Linux system

On Mon, 31 Aug, 2020, 1:14 PM ricko2991, notifications@github.com wrote:

yeah, i have some error to. i can't install win32gui on wine python 3.7

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Technowlogy-Pushpender/technowlogger/issues/25#issuecomment-683621893, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIVEQST47MWHPC4LWTDSDNIFFANCNFSM4PH6DBLA .

ricko2991 commented 4 years ago

Ok. I've tried to make it in windows. and it installs the package fine without any errors. Thanks a lot.