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
The Sublist3r.py script is experiencing multiple errors, including:
NameError: The unicode type is not defined in the check_response_errors function.
SSLError: Certificate verification failed due to an inability to get the local issuer certificate.
AttributeError: The resp.headers object is NoneType and has no attribute headers.
TypeError: The json.loads function expects a string, bytes, or bytearray, but received an integer.
TypeError: The csrf_regex.findall function expects a string or bytes-like object, but received an integer.
Error Traces:
File "\Sublist3r-master\sublist3r.py", line 268, in run
File "\Sublist3r-master\sublist3r.py", line 240, in enumerate
File "\Sublist3r-master\sublist3r.py", line 303, in check_response_errors
File "\Sublist3r-master\sublist3r.py", line 568, in enumerate
File "\Sublist3r-master\sublist3r.py", line 700, in enumerate
File "\Sublist3r-master\sublist3r.py", line 647, in enumerate
Steps to Reproduce:
Run the command python sublist3r.py -d vulnweb.com
Observe the error messages and traces
The text was updated successfully, but these errors were encountered:
Description:
The Sublist3r.py script is experiencing multiple errors, including:
NameError: The unicode type is not defined in the check_response_errors function.
SSLError: Certificate verification failed due to an inability to get the local issuer certificate.
AttributeError: The resp.headers object is NoneType and has no attribute headers.
TypeError: The json.loads function expects a string, bytes, or bytearray, but received an integer.
TypeError: The csrf_regex.findall function expects a string or bytes-like object, but received an integer.
Error Traces:
File "\Sublist3r-master\sublist3r.py", line 268, in run
File "\Sublist3r-master\sublist3r.py", line 240, in enumerate
File "\Sublist3r-master\sublist3r.py", line 303, in check_response_errors
File "\Sublist3r-master\sublist3r.py", line 568, in enumerate
File "\Sublist3r-master\sublist3r.py", line 700, in enumerate
File "\Sublist3r-master\sublist3r.py", line 647, in enumerate
Steps to Reproduce:
Run the command python sublist3r.py -d vulnweb.com
Observe the error messages and traces
The text was updated successfully, but these errors were encountered: