Questions tagged [shodan]

Shodan is a search engine that lets you find specific computers using a variety of filters

Shodan is a library that allows for port scanning of directories and banner searches. It has been ported to Ruby, Perl and Python. Shodan API documentation is available on the Web.

49 questions
0
votes
3 answers

How to get device information from a remote modbus service?

We need to send a message to a remote modbus service listening on por 502 and get as a response the device information, the same way shodan (https://www.shodan.io) does when you search from an IP address running a modbus service. We have read modbus…
user3289695
  • 740
  • 1
  • 9
  • 20
0
votes
1 answer

Error Handling When Searching The Shodan API

I'm trying to write a Python script that will search the Shodan API and return ID, CVE and Description. As some of my search results ('java' for example) do not have an established CVE (or CVE key), my script chokes. I'm aware that I need to wrap…
-1
votes
1 answer

How to force shodan update scanning and port reports according to new values

Hello to this wonderful community. Recently i bought a vps machine to host a website there. i take all the necessary security measures and i am ok. My problem is that shodan finds over than 10 ports open and over than 5 domains assigned and of…
Mixalis Navridis
  • 181
  • 2
  • 15
-1
votes
2 answers

Iterate Through Dictionary Values, Assign to Variable

I'm trying to iterate through an imported .csv file and assign each value within a column to a variable. The idea being to use that variable to conduct a search of the Shodan API, print the search results to the screen and then move on to the value…
1 2 3
4