shodan-python icon indicating copy to clipboard operation
shodan-python copied to clipboard

The official Python library for Shodan

Results 59 shodan-python issues
Sort by recently updated
recently updated
newest added

I'm tying to play the cli, and getting 403 error - here comes what I'm tying. I've found some similar issues, and some of them tells me that I should...

┌──(hackerbee㉿kali)-[~] └─$ shodan init FfkKTaaDPUYamzmi9EI0HXZxObRloRqd shodan count apache Error: Unable to connect to Shodan Error: Unable to connect to Shodan ┌──(hackerbee㉿kali)-[~] └─$

┌──(hackerbee㉿kali)-[~] └─$ shodan init FfkKTaaDPUYamzmi9EI0HXZxObRloRqd shodan count apache Error: Unable to connect to Shodan Error: Unable to connect to Shodan ┌──(hackerbee㉿kali)-[~] └─$

Added input validation to `stats`, `trends`, and `convert` commands. Input validation callback methods are stored in **validation.py**, which is first introduced in #205

Hi! I'm getting the following error when trying to execute `shodan radar` on a windows machine after installing the latest shodan package via pip: ``` PS C:\Windows\system32> shodan radar Traceback...

Python 3.12 has removed its bundled `setuptools` (aka `pkg_resources`): https://docs.python.org/3.12/whatsnew/3.12.html#removed

- Closes out #204 - Created **validation.py** where I stored 2 functions used as callback methods for the input file type and output format for the `shodan convert` command. -...

Hi! I package `python-shodan` downstream in Arch Linux, and it has been brought to my attention that git tags are missing for `1.29.0` and `1.29.1`. Is someone able to push...

Requesting a refactor of the underlying code for the `shodan convert` command so that the Pandas library is used for IO operations for the JSON, CSV, and Excel file types....

## Issue Currently the Shodan convert command is only able to convert a JSON (json.gz) file type to one of the following: kml, csv, geo.json, images, xlsx. ## Enhancement It...