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

Fixes for A lookups, optional number-suffix, time left #8

Closed
wants to merge 21 commits into from

Conversation

avlidienbrunn
Copy link
Contributor

  • Fix for bug that resulted in no A lookups (check "result is None" vs check "len(result)")
  • Fix for bug that made number-suffix only be 0-8 (as opposed to 0-9)
  • Added approximate time left
  • Made number-suffix optional with -n

fransr and others added 21 commits June 22, 2016 17:38
range should go to 9 instead of 8
Kinda fulhack, but it works.
Changed from checking if result array is None to checking the length of
the array. Now DNS A lookups should work.
Optional flag for adding number suffix
Also fixed bug with A vs CNAME
A/CNAME both works now + Cleaning of output before alternation
Must wait for threads so the script doesn't stop until they are done.
changed from subprocess sort to python set() for uniqueness.
Properly wipe the correct file
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.

None yet

2 participants