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: added -iL flag similar to nmap for passing a list of input domains #320

Merged

Conversation

McFacePunch
Copy link
Contributor

This implements: #264

By using -iL in place of -d a user can specify domain name list by doing one line per domain

For example:

#domains.txt
dropbox.com
google.com

Command to run: dnsrecon.py -iL domains.txt -t std -x output.xml -c output.csv -j output.json

@McFacePunch
Copy link
Contributor Author

@L1ghtn1ng did you change the ruff checks? Seems like it's complaining about things I hadn't even touched and also seems possibly wrong on the global variable bit.

@McFacePunch
Copy link
Contributor Author

yeah I didn't even touch the files with current errors.

@L1ghtn1ng
Copy link
Collaborator

Yeah I did tweak the checks for ruff

@L1ghtn1ng
Copy link
Collaborator

Also I did touch the file it's complaining about so will fix that now

@L1ghtn1ng
Copy link
Collaborator

Pushed a change to fix ruff compliance and added loglevel argument

@L1ghtn1ng L1ghtn1ng merged commit ca187fa into darkoperator:master Oct 20, 2024
5 checks passed
@McFacePunch McFacePunch deleted the feature_add_domain_list_flag branch October 24, 2024 02:12
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