https://github.com/simeononsecurity/shodanpy
A Series of Python Modules for Interacting with the Shodan API
https://github.com/simeononsecurity/shodanpy
pypi pypi-package pypi-source python python-library python3 shodan shodan-api shodan-python
Last synced: 9 months ago
JSON representation
A Series of Python Modules for Interacting with the Shodan API
- Host: GitHub
- URL: https://github.com/simeononsecurity/shodanpy
- Owner: simeononsecurity
- License: mit
- Created: 2023-09-21T09:19:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T23:04:58.000Z (over 1 year ago)
- Last Synced: 2025-04-23T05:58:57.123Z (9 months ago)
- Topics: pypi, pypi-package, pypi-source, python, python-library, python3, shodan, shodan-api, shodan-python
- Language: Python
- Homepage: https://simeononsecurity.com/github/shodanpy
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shodanpy_simeononsecurity
[](https://github.com/sponsors/simeononsecurity)
A Series of Python Modules for Interacting with the Shodan API
## About
This package provides a collection of Python modules designed to interact with the Shodan API. It simplifies the process of querying Shodan for various information, such as IP addresses, hostnames, ports, and more.
[Get the Module on PyPi](https://pypi.org/project/shodanpy-simeononsecurity/)
[Learn More About the Modules](https://simeononsecurity.ch/github/shodanpy)
### Alternative Versions
We have other modules for interacting with the Shodan API for both Ansible and PowerShell
- [Ansible_Shodan](https://github.com/simeononsecurity/ansible_shodan)
- [Shodan_PS](https://github.com/simeononsecurity/Shodan_PS)
## Installation
You can install this package using `pip`:
```shell
pip install shodanpy_simeononsecurity
```
## Usage
Once installed, you can import and use the modules in your Python scripts as needed. Here's an example of how to use one of the modules:
```python
from shodanpy_simeononsecurity import shodan_module
result = shodan_module.some_function()
```
## Documentation
For detailed usage instructions, examples, and module-specific documentation, please refer to the [GitHub repository](https://github.com/simeononsecurity/shodanpy).
## Issues and Support
If you encounter any issues, have questions, or need support, please visit the [issue tracker](https://github.com/simeononsecurity/shodanpy/issues) on GitHub.
## License
This package is licensed under the MIT License. See the `LICENSE` file for details.
Explore the World of Cybersecurity
#### Links:
- [github.com/simeononsecurity](https://github.com/simeononsecurity)
- [simeononsecurity.ch](https://simeononsecurity.ch)