Skip to content

Got double output when using shodan query #701

@daffainfo

Description

@daffainfo

uncover version:

1.1.0

Current Behavior:

When running this command:

uncover -shodan 'html:"Mitel" html:"MiCollab"' -config ~/.config/uncover/config.yaml -provider ~/.config/uncover/provider-config.yaml

you will got an output like this:

ip1:443
ip1:443
ip2:443
ip2:443
ip3:80
ip3:80
ip4:443
ip4:443
ip5:80
ip5:80
and so on

there's double results for every ip, so i need to run sort | uniq to remove the duplicates everytime im using this tool

Expected Behavior:

I need output like this

ip1:443
ip2:443
ip3:80
ip4:443
ip5:80
and so on

Metadata

Metadata

Assignees

Labels

Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions