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

[Feature Request] write to file/output to file. #9

Open
r0oth3x49 opened this issue Jun 13, 2020 · 0 comments
Open

[Feature Request] write to file/output to file. #9

r0oth3x49 opened this issue Jun 13, 2020 · 0 comments

Comments

@r0oth3x49
Copy link

r0oth3x49 commented Jun 13, 2020

1st of all i would like you thank you for this great project @PatrikHudak .
I have one feature request and a minor change to make work on windows as well.

Feature Request

  • you can add option to write to the file instead of using Mem.
    • running dnsgen against 5 to 6k subdomains eats up all the Memory and the process gets killed so in that case writing to file will be helpful and plus point is massdns also accepts file as input to resolve.
  • this feature will save people using this great project with less RAM

Change to make it platform independent

  • you can use python's os module to get the path to words.txt the current one is nice but instead of hard coding the path as /words.txt we can use
os.path.join(pathlib.Path(__file__).parent, "words.txt")
@r0oth3x49 r0oth3x49 changed the title [Feature Request] write to file instead. [Feature Request] write to file/output to file. Jun 13, 2020
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