When I run this command I got this error " python3 hbsqli.py -l gf_sqli.txt -p payloads.txt -H headers.txt -v "
馃拤 Testing for Header: "User-Agent: 0'XOR(if(now()=sysdate()%2Csleep(30)%2C0))XOR'Z"
Traceback (most recent call last):
File "/home/kali/Tools/HBSQLI/hbsqli.py", line 95, in onfile_v
response = client.get(url, headers=cust_header, follow_redirects=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Client.get() got an unexpected keyword argument 'follow_redirects'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kali/Tools/HBSQLI/hbsqli.py", line 183, in
onfile_v()
File "/home/kali/Tools/HBSQLI/hbsqli.py", line 106, in onfile_v
except (UnicodeDecodeError, AssertionError, TimeoutError, ConnectionRefusedError, SSLError, URLError, ConnectionResetError, httpx.RequestError) as e:
When I run this command I got this error " python3 hbsqli.py -l gf_sqli.txt -p payloads.txt -H headers.txt -v "
馃拤 Testing for Header: "User-Agent: 0'XOR(if(now()=sysdate()%2Csleep(30)%2C0))XOR'Z"
Traceback (most recent call last):
File "/home/kali/Tools/HBSQLI/hbsqli.py", line 95, in onfile_v
response = client.get(url, headers=cust_header, follow_redirects=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Client.get() got an unexpected keyword argument 'follow_redirects'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kali/Tools/HBSQLI/hbsqli.py", line 183, in
onfile_v()
File "/home/kali/Tools/HBSQLI/hbsqli.py", line 106, in onfile_v
except (UnicodeDecodeError, AssertionError, TimeoutError, ConnectionRefusedError, SSLError, URLError, ConnectionResetError, httpx.RequestError) as e: