-
Notifications
You must be signed in to change notification settings - Fork 257
Labels
Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.