Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

returned non-zero exit status 127. #1

Open
pedrobart opened this issue Feb 26, 2022 · 2 comments
Open

returned non-zero exit status 127. #1

pedrobart opened this issue Feb 26, 2022 · 2 comments

Comments

@pedrobart
Copy link

bin/sh: 1: httprobe: not found
Traceback (most recent call last):
File "/home/bart/Tools/IP-Scan/layla/layla.py", line 83, in
get_host = subprocess.check_output(("echo %s | httprobe -prefer-https" % URL_TARGET), shell=True, text=True)
File "/usr/lib/python3.9/subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.9/subprocess.py", line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command 'echo https://VULNsite.com | httprobe -prefer-https' returned non-zero exit status 127.

@soheilbandei
Copy link

install https://github.com/tomnomnom/httprobe

@pedrobart
Copy link
Author

install https://github.com/tomnomnom/httprobe

@soheilbandei thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants