Skip to content

[Enhancement] - Dedupe output and/or merge/dedupe multiple pre-existing output files #9

@l0ss

Description

@l0ss

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions