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

dsn resolving #44

Open
ghost opened this issue Jan 18, 2022 · 1 comment
Open

dsn resolving #44

ghost opened this issue Jan 18, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 18, 2022

after i run python3 sublert -r -l is get one error
[!] Performing DNS resolution. Please do not interrupt!
/root/tool/bugbounty/sublert/sublert.py:314: DeprecationWarning: please use dns.resolver.resolve() instead
dns_output = dns.resolver.query(domain,qtype, raise_on_no_answer = False)

@ReekElderblood
Copy link

ReekElderblood commented Jan 1, 2023

Just change line number 314

This > dns_output = dns.resolver.query(domain,qtype, raise_on_no_answer = False)
To this > dns_output = dns.resolver.resolve(domain,qtype, raise_on_no_answer = False)

or you can use this cammand

python sublert -r -l

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