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

More permutations + A records resolve + better threading and python26 support #7

Merged
merged 6 commits into from
Jun 22, 2016

Conversation

avlidienbrunn
Copy link
Contributor

  • Added python 2.6 support (change nested with statements)
  • Made progress counter thread safe
  • Added threads argument (3000+ threads will give "can't start new thread" error on OSX, this might fix issue issue with threads #4)
  • Remove duplicate permutations (approx 0.5%)
  • Added word-NUM and wordNUM permutations
  • Added A lookups (not only CNAME)
  • Added -e flag to ignore permutations that are already in the input file

avlidienbrunn and others added 6 commits June 22, 2016 16:23
…pport

Added python 2.6 support (change nested with statements)
Made progress counter thread safe
Added threads argument (3000+ threads will give "can't start new
thread" error on OSX, this might fix issue #4)
Remove duplicate permutations (approx 0.5%)
Added word-NUM and wordNUM permutations
Added A lookups (not only CNAME)
range should go to 9 instead of 8
ability to ignore adding existing domains to the output-file
@infosec-au infosec-au merged commit a14d43a into infosec-au:master Jun 22, 2016
@infosec-au
Copy link
Owner

Thanks @fransr and @avlidienbrunn :) In the future, I'll update the script so that the subprocess call isn't required. This PR addressed some much needed features and bugs in altdns. Cheers.

infosec-au added a commit that referenced this pull request Feb 9, 2017
More permutations + A records resolve + better threading and python26 support
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

3 participants