Skip to content

Bug fix brute tld.#319

Merged
L1ghtn1ng merged 3 commits intodarkoperator:masterfrom
McFacePunch:bug_fix_brute_tld
Oct 18, 2024
Merged

Bug fix brute tld.#319
L1ghtn1ng merged 3 commits intodarkoperator:masterfrom
McFacePunch:bug_fix_brute_tld

Conversation

@McFacePunch
Copy link
Contributor

@McFacePunch McFacePunch commented Oct 18, 2024

Attempting to address bug: #213

Solution: Remove zip and use two sets of nested loops to handle the initialisation and completion.

I'm not 100% convinced this is a complete fix so someone else doing testing as well would be nice.

dnsrecon.py -d microsoft.com -n 8.8.8.8 -f -a -s --threads 16 --lifetime 4 -c results.csv --disable_check_recursion -t tld -v should be good enough, might want to tune threads though as google/cloudflare will rate limit you hard at a certain point.

Future upgrade would be to write output to a file as each thread is complete since this process takes insanely long to finish.

@McFacePunch
Copy link
Contributor Author

Also hi again @L1ghtn1ng

@L1ghtn1ng
Copy link
Collaborator

Would using asyncio help in this case as I think it might?

@L1ghtn1ng
Copy link
Collaborator

Also hi again @L1ghtn1ng

Hi 👋 ☺️

@L1ghtn1ng
Copy link
Collaborator

Would using asyncio help in this case as I think it might?

I mean in speeding it up so it does not take hopefully as long to run?

@L1ghtn1ng L1ghtn1ng merged commit 106863e into darkoperator:master Oct 18, 2024
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

Successfully merging this pull request may close these issues.

2 participants