Git Product home page Git Product logo

Comments (6)

achillean avatar achillean commented on August 20, 2024 58

Make sure the name of your script isn't "shodan", otherwise it will conflict with the library's name.

from shodan-python.

GelosSnake avatar GelosSnake commented on August 20, 2024 2

Yep that was it, cheers!

from shodan-python.

ManivannanMurugavel avatar ManivannanMurugavel commented on August 20, 2024 2

Please change the file name shodan.py to python_test.py or etc

from shodan-python.

achillean avatar achillean commented on August 20, 2024

Please make sure you're running the latest version of the Shodan Python library. The "Shodan" class is the wrapper for the new REST API that is documented at https://developer.shodan.io whereas "WebAPI" is the wrapper for the old/ deprecated API at http://docs.shodanhq.com

The "Shodan" class is implemented in the shodan.client module, and it gets automatically imported to the shodan module so you don't need to do anything extra. I.e. this works with the latest code:

import shodan
api = shodan.Shodan("API KEY")
results = api.search('apache')

If it doesn't work then you're not using the latest version of the library, in which case try to run "easy_install -U shodan".

from shodan-python.

GelosSnake avatar GelosSnake commented on August 20, 2024

Getting same issue using the newest version and following Shodan docs.
AttributeError: 'module' object has no attribute 'Shodan'

from shodan-python.

christiancoleman avatar christiancoleman commented on August 20, 2024

@achillean Still helping people nearly 5 years later.

The lesson (and error) being unrelated to shodan specifically now that I consider this more. It's a good thing to remember when naming my python files and using any modules. :)

from shodan-python.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.