1

First of all I'm sorry if this question should be on another forum but I had some difficulties to find out where to ask this and from the site I'm not getting any reply.

Can you tell me how can I search for devices which have 2 or more specific ports open simultaneously because I'm only able to search one at a time?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
usrstck
  • 11
  • 1
  • You have unreasonable expectations of support. You posted this on StackOverflow an hour after you sent us the support email on new years day. And you can't currently search for devices based on a combination of open ports. – achillean Jan 02 '22 at 03:07

1 Answers1

0

You can use use search.censys.io to do something like this:

services.port: 17 and services.port: 21

And Results

Alternatively if you are looking for either port 17 or port 21 you can use a set like this:

services.port: {17, 21}

Or Results

Aidan H
  • 124
  • 9