Example: I give scopebuddy an input list containing a mixed list of IPs and dns names like this:
host.example.com
vhost2.example.com
host2.example.com
192.168.1.2
192.168.1.5
If host.example.com resolves to 192.168.1.2, i would currently get something like this:
192.168.1.2, host.example.com, {other fields}
192.168.1.2,192.168.1.2, {other fields}
192.168.1.6, host2.example.com, {other fields}
192.168.1.6, vhost2.example.com, {other fields}
192.168.1.5,192.168.1.5, {other fields}
It would be real nice if scopebuddy could:
a) eliminate duplicates of the type seen with host.example.com/192.168.1.2, while preserving instances where multiple DNS records point at the same IP, as seen with host2.example.com and vhost2.example.com
b) take multiple pre-existing scopebuddy CSV output files and merge them together, eliminating duplicates as described above.
Example: I give scopebuddy an input list containing a mixed list of IPs and dns names like this:
If host.example.com resolves to 192.168.1.2, i would currently get something like this:
It would be real nice if scopebuddy could:
a) eliminate duplicates of the type seen with host.example.com/192.168.1.2, while preserving instances where multiple DNS records point at the same IP, as seen with host2.example.com and vhost2.example.com
b) take multiple pre-existing scopebuddy CSV output files and merge them together, eliminating duplicates as described above.