
SHODAN lets you find servers/ routers/ etc. by using the simple search bar.You can search by keyword, and/or using any of the advanced search options.
Check
SHODAN:
- country:2-letter country code
- hostname:full or partial host name
- net:IP range using CIDR notation (ex: 18.7.7.0/24 )
- port:21, 22, 23 or 80
Lets say you want to find servers running the 'Apache' web daemon. A simple
attempt would be to use:
apache
How about finding only apache servers running version 2.2.3?
apache 2.2.3
For example: get all web (port:80) hosts running 'apache' in switzerland (country:CH)
that also have '.ch' in any of their domain names:
apache country:CH port:80 hostname:.ch
Have fun with SHODAN!
welcome
welcome
Post new comment