Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Errors in Sublist3r.py Script: Unicode, SSL Certificate Verification, and Type Errors with Python 3.11.9 #381

Open
LpCodes opened this issue Sep 30, 2024 · 0 comments

Comments

@LpCodes
Copy link

LpCodes commented Sep 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant