Skip to content

Comments

fix duplicate output#702

Merged
dogancanbakir merged 1 commit intodevfrom
fix_duplicate_output
Oct 16, 2025
Merged

fix duplicate output#702
dogancanbakir merged 1 commit intodevfrom
fix_duplicate_output

Conversation

@dogancanbakir
Copy link
Member

closes #667 and #701

$ echo 1.1.1.1 | go run . -e shodan-idb             

  __  ______  _________ _   _____  _____
 / / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ /  __/ /    
\__,_/_/ /_/\___/\____/|___/\___/_/

                projectdiscovery.io

[INF] Current uncover version v1.1.0 (latest)
1.1.1.1:53
1.1.1.1:80
1.1.1.1:443
1.1.1.1:2082
1.1.1.1:2086
1.1.1.1:2087
1.1.1.1:8443
1.1.1.1:8880

$ echo 1.1.1.1 | go run . -e shodan-idb -v

  __  ______  _________ _   _____  _____
 / / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ /  __/ /    
\__,_/_/ /_/\___/\____/|___/\___/_/

                projectdiscovery.io

[INF] Current uncover version v1.1.0 (latest)
[shodan-idb] 1.1.1.1:53
[shodan-idb] 1.1.1.1:80
[shodan-idb] 1.1.1.1:443
[shodan-idb] 1.1.1.1:2082
[shodan-idb] 1.1.1.1:2086
[shodan-idb] 1.1.1.1:2087
[shodan-idb] 1.1.1.1:8443
[shodan-idb] 1.1.1.1:8880

$ echo 1.1.1.1 | go run . -e shodan-idb -o ff.txt -v

  __  ______  _________ _   _____  _____
 / / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ /  __/ /    
\__,_/_/ /_/\___/\____/|___/\___/_/

                projectdiscovery.io

[INF] Current uncover version v1.1.0 (latest)
[shodan-idb] 1.1.1.1:53
[shodan-idb] 1.1.1.1:80
[shodan-idb] 1.1.1.1:443
[shodan-idb] 1.1.1.1:2082
[shodan-idb] 1.1.1.1:2086
[shodan-idb] 1.1.1.1:2087
[shodan-idb] 1.1.1.1:8443
[shodan-idb] 1.1.1.1:8880

$ wc -l ff.txt 
       8 ff.txt

@dogancanbakir dogancanbakir self-assigned this Oct 14, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Oct 14, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix_duplicate_output

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

% echo 1.1.1.1 | go run . -e shodan-idb

  __  ______  _________ _   _____  _____
 / / / / __ \/ ___/ __ \ | / / _ \/ ___/
/ /_/ / / / / /__/ /_/ / |/ /  __/ /    
\__,_/_/ /_/\___/\____/|___/\___/_/

                projectdiscovery.io

[INF] Current uncover version v1.1.0 (latest)
1.1.1.1:53
1.1.1.1:80
1.1.1.1:443
1.1.1.1:2082
1.1.1.1:2086
1.1.1.1:2087
1.1.1.1:8443
1.1.1.1:8880

@dogancanbakir dogancanbakir merged commit 8de627f into dev Oct 16, 2025
9 checks passed
@dogancanbakir dogancanbakir deleted the fix_duplicate_output branch October 16, 2025 10:59
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

Successfully merging this pull request may close these issues.

Got double output when using shodan query duplicate output when using shodan-idb

2 participants