sitedorks icon indicating copy to clipboard operation
sitedorks copied to clipboard

Unable to update Bug Bounty files: "Command 'bbrecon get programs --type web -o json' returned non-zero exit status 1".

Open Stargate38 opened this issue 10 months ago • 0 comments

Full error when running "sitedorks -ubb":

Traceback (most recent call last): File "/usr/local/bin/sitedorks", line 64, in sOutput = subprocess.check_output("bbrecon get programs --type web -o json", shell=True) File "/usr/lib/python3.8/subprocess.py", line 415, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/lib/python3.8/subprocess.py", line 516, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'bbrecon get programs --type web -o json' returned non-zero exit status 1.

Is there any way at all to update the Bug Bounty files? I tried to get an API key for bbrecon, but I get a connection timeout when I try to do so.

Stargate38 avatar Apr 22 '24 23:04 Stargate38