Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for shodan-internetdb api for passive port scanning #293

Closed
brenocss opened this issue Apr 11, 2022 · 0 comments · Fixed by #303 or #315
Closed

support for shodan-internetdb api for passive port scanning #293

brenocss opened this issue Apr 11, 2022 · 0 comments · Fixed by #303 or #315
Assignees
Labels
Priority: Medium This issue may be useful, and needs some attention. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@brenocss
Copy link

brenocss commented Apr 11, 2022

Please describe your feature request:

Support for shodan-internetdb API to pull / validate passive ports for given hosts, for ref# projectdiscovery/uncover#21

   -passive          fetches available open ports from shodan-internetdb API
   -validate          validate open ports from shodan-internetdb API
echo hackerone.com | naabu -passive

hackerone.com:80
hackerone.com:443
hackerone.com:2082
hackerone.com:2083
hackerone.com:2086
hackerone.com:2087
hackerone.com:2096
hackerone.com:8080
hackerone.com:8443
hackerone.com:8880
echo hackerone.com | naabu -passive -scan-all-ips

hackerone.com:80
hackerone.com:443
hackerone.com:2082
hackerone.com:2083
hackerone.com:2086
hackerone.com:2087
hackerone.com:2096
hackerone.com:8080
hackerone.com:8443
hackerone.com:8880
echo hackerone.com | naabu -passive -validate

hackerone.com:80
hackerone.com:443
hackerone.com:2082
hackerone.com:2083

Describe the use case of this feature:

Adding this functionality, we could have two use cases,

  • quickly look up (passively) for open ports for given list of domain / IP / subodmains
  • validate passive ports from shodan-idb at run time with active scan
@brenocss brenocss added the Type: Enhancement Most issues will probably ask for additions or changes. label Apr 11, 2022
@ehsandeep ehsandeep changed the title support internetdb-shodanapi to pull ports and filter the active results at run time support for shodan-internetdb api for passive port scanning Apr 14, 2022
@ehsandeep ehsandeep added the Priority: Medium This issue may be useful, and needs some attention. label Apr 14, 2022
@Mzack9999 Mzack9999 self-assigned this Apr 27, 2022
@Mzack9999 Mzack9999 added the Status: In Progress This issue is being worked on, and has someone assigned. label Apr 27, 2022
@Mzack9999 Mzack9999 linked a pull request Apr 27, 2022 that will close this issue
@Mzack9999 Mzack9999 added Status: Review Needed The issue has a PR attached to it which needs to be reviewed and removed Status: In Progress This issue is being worked on, and has someone assigned. labels Apr 27, 2022
@ehsandeep ehsandeep added Status: Completed Nothing further to be done with this issue. Awaiting to be closed. and removed Status: Review Needed The issue has a PR attached to it which needs to be reviewed labels May 6, 2022
@ehsandeep ehsandeep linked a pull request May 10, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium This issue may be useful, and needs some attention. Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
3 participants