r0075h3ll/Oralyzer

TypeError: __init__() got an unexpected keyword argument 'capture_output'

Closed this issue · 1 comments

python3 oralyzer.py -u https://target --wayback -o res.txt

    Oralyzer {Open Redirection Analyzer}

[•] Getting juicy URLs with waybackurls
Traceback (most recent call last):
File "oralyzer.py", line 164, in
get_urls(url, output)
File "/root/gaurav/Oralyzer/core/wayback.py", line 32, in get_urls
no_output = subprocess.run(['waybackurls', url], capture_output=True, text=True)
File "/usr/lib64/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
TypeError: init() got an unexpected keyword argument 'capture_output'

Would you mind switching to python 3.7?