mathfaria / Layla

[EN] BETA: Layla - recon tool for bug bounty
MIT License
76 stars 20 forks source link

returned non-zero exit status 127. #1

Open pedrobart opened 2 years ago

pedrobart commented 2 years ago

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 commented 2 years ago

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

pedrobart commented 2 years ago

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

@soheilbandei thank you.