You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: