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

Output full domain then IP to make sorting easier #3

Closed
ethicalhack3r opened this issue Dec 14, 2015 · 1 comment
Closed

Output full domain then IP to make sorting easier #3

ethicalhack3r opened this issue Dec 14, 2015 · 1 comment

Comments

@ethicalhack3r
Copy link

Would be cool if output was:

mail.somedomain.com - 127.0.0.1

Instead of

127.0.0.1 - mail.somedomain.com

So that the list can be sorted easily with tools like sort -u

@rbsec rbsec closed this as completed in fc333e4 Dec 14, 2015
@rbsec
Copy link
Owner

rbsec commented Dec 14, 2015

Personally I prefer to have the IPs output first to make it easier to group domains/sites that are on the same IP address, so I've left that as the default. However, I've added a --domain-first (-D) option to reverse the output.

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

2 participants